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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 鱈樽贈k | 10010010010011001001001001001101100100011010000101101011 | 924c924d91a16b |
EUC-JP | 鱈樽贈k | 11000011101011011100001110101110110000101010001101101011 | c3adc3aec2a36b |
UTF-8 | 鱈樽贈k | 11101001101100011000100011100110101010001011110111101000101101001000100001101011 | e9b188e6a8bde8b4886b |
UHC | ?樽贈k | 001111111111000111011100111100011111110001101011 | 3ff1dcf1fc6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)