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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔驀?豆? | 1001001010100010111010010111110100111111100100111010010000111111 | 92a2e97d3f93a43f |
EUC-JP | 弔驀?豆? | 1100010010100100111100011101111000111111110001101010011000111111 | c4a4f1de3fc6a63f |
UTF-8 | 弔驀렣豆땐 | 111001011011110010010100111010011010100110000000111010111010000010100011111010001011000110000110111010111001010110010000 | e5bc94e9a980eba0a3e8b186eb9590 |
UHC | 弔驀렣豆땐 | 11110000110000001101100011101001100011101011010011010100111001111011011010101001 | f0c0d8e98eb4d4e7b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)