To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?霽???? | 00111111111010001100011100111111001111110011111100111111 | 3fe8c73f3f3f3f |
EUC-JP | ?霽???? | 00111111111100001100100100111111001111110011111100111111 | 3ff0c93f3f3f3f |
UTF-8 | 롚霽렧롃롃롚 | 111010111010000110011010111010011001110010111101111010111010000010100111111010111010000110000011111010111010000110000011111010111010000110011010 | eba19ae99cbdeba0a7eba183eba183eba19a |
UHC | 롚霽렧롃롃롚 | 100011101101111011110000101110001000111010110110100011101100101010001110110010101000111011011110 | 8edef0b88eb68eca8eca8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)