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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縣杓雕捨 | 1110001101110000100011101101101111101000101110001000111011001100 | e3708edbe8b88ecc |
EUC-JP | 縣杓雕捨 | 1110010111010001101111001101110111110000101110101011110011001110 | e5d1bcddf0babcce |
UTF-8 | 縣杓雕捨 | 111001111011100010100011111001101001110110010011111010011001101110010101111001101000110110101000 | e7b8a3e69d93e99b95e68da8 |
UHC | 縣杓雕捨 | 1111101011100011111110001111010111110000111001111101111011010111 | fae3f8f5f0e7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)