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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嚥〓〃? | 10011010100010111000000110101100100000010101011000111111 | 9a8b81ac81563f |
EUC-JP | 嚥〓〃庾 | 110100111110101110100010101011101010000110110111100011111011110011001110 | d3eba2aea1b78fbcce |
UTF-8 | 嚥〓〃庾 | 111001011001101010100101111000111000000010010011111000111000000010000011111001011011101010111110 | e59aa5e38093e38083e5babe |
UHC | 嚥〓〃庾 | 1110011010111111101000011110101110100001101010001110101011101100 | e6bfa1eba1a8eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)