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 | 叱漆 | 1111000011100000100011101011011011110010101001011000111010111101 | f0e08eb6f2a58ebd |
EUC-JP | ?叱?漆 | 001111111011110010111000001111111011110010111111 | 3fbcb83fbcbf |
UTF-8 | 叱漆 | 111011101000001010011111111001011000111110110001111011101000011110011100111001101011110010000110 | ee829fe58fb1ee879ce6bc86 |
UHC | ?叱?漆 | 001111111111001011101010001111111111011011010100 | 3ff2ea3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)