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 | 源?弔?低但 | 10001100101110010011111110010010101000100011111110010010111000011001001001000001 | 8cb93f92a23f92e19241 |
EUC-JP | 源?弔?低但 | 10111000101110110011111111000100101001000011111111000100111000111100001110100010 | b8bb3fc4a43fc4e3c3a2 |
UTF-8 | 源렰弔렟低但 | 111001101011101010010000111010111010000010110000111001011011110010010100111010111010000010011111111001001011110110001110111001001011110110000110 | e6ba90eba0b0e5bc94eba09fe4bd8ee4bd86 |
UHC | 源렰弔렟低但 | 111010101011100110001110101111011111000011000000100011101011000011101110101110001101001110100011 | eab98ebdf0c08eb0eeb8d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)