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 | 嚥〓??? | 10011010100010111000000110101100001111110011111100111111 | 9a8b81ac3f3f3f |
EUC-JP | 嚥〓??? | 11010011111010111010001010101110001111110011111100111111 | d3eba2ae3f3f3f |
UTF-8 | 嚥〓돀留켃 | 111001011001101010100101111000111000000010010011111010111000111110000000111011111010011110001101111011001011110010000011 | e59aa5e38093eb8f80efa78decbc83 |
UHC | 嚥〓돀留켃 | 11100110101111111010000111101011100010011001001111101011101001111011000101000010 | e6bfa1eb8993eba7b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)