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 | 宰?程??? | 1000110111001001001111111001001011110110001111110011111100111111 | 8dc93f92f63f3f3f |
EUC-JP | 宰?程??? | 1011101011001011001111111100010011111000001111110011111100111111 | bacb3fc4f83f3f3f |
UTF-8 | 宰렗程쇤렲랜 | 111001011010111010110000111010111010000010010111111001111010100010001011111011001000011110100100111010111010000010110010111010111001111010011100 | e5aeb0eba097e7a88bec87a4eba0b2eb9e9c |
UHC | 宰렗程쇤렲랜 | 111011101010010110001110101011001110111111101111101111001110100110001110101111111011011110100011 | eea58eacefefbce98ebfb7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)