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 | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | ????ュk | 00111111001111110011111100111111100000111000010101101011 | 3f3f3f3f83856b |
EUC-JP | ????ュk | 00111111001111110011111100111111101001011110010101101011 | 3f3f3f3fa5e56b |
UTF-8 | 룶句룶欄ュk | 11101011101000111011011011101111101001001000011011101011101000111011011011101111101001001001110111100011100000111010010101101011 | eba3b6efa486eba3b6efa49de383a56b |
UHC | 룶句룶欄ュk | 1000111110101011110011111111101110001111101010111101000111101101101010111110010101101011 | 8fabcffb8fabd1edabe56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)