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 | ??イ?訥タ | 001111110011111110000011010000110011111111100110011000111000001101011110 | 3f3f83433fe663835e |
EUC-JP | ??イ?訥タ | 001111110011111110100101101001000011111111101011110001001010010110111111 | 3f3fa5a43febc4a5bf |
UTF-8 | 룶킃イ룵訥タ | 111010111010001110110110111011011000001010000011111000111000001010100100111010111010001110110101111010001010100010100101111000111000001010111111 | eba3b6ed8283e382a4eba3b5e8a8a5e382bf |
UHC | 룶킃イ룵訥タ | 100011111010101110110100100011111010101110100100100011111010101011010010111011011010101110111111 | 8fabb48faba48faad2edabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)