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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 芋?????κ | 100010001111000000111111001111110011111100111111001111111000001111001000 | 88f03f3f3f3f3f83c8 |
EUC-JP | 芋?????κ | 101100001111001000111111001111110011111100111111001111111010011011001010 | b0f23f3f3f3f3fa6ca |
UTF-8 | 芋닺렏흑렮淚κ | 1110100010001010100010111110101110001011101110101110101110100000100011111110110110011101100100011110101110100000101011101110111110100101100011011100111010111010 | e88a8beb8bbaeba08fed9d91eba0aeefa58dceba |
UHC | 芋닺렏흑렮淚κ | 1110100111100011101101001110100010001110101001011100100011100110100011101011101111010010111001111010010111101010 | e9e3b4e88ea5c8e68ebbd2e7a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)