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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 腴肴燦~ | 11100100010010101000110111100110100011100101011101111110 | e44a8de68e577e |
EUC-JP | 腴肴燦~ | 11100111101010111011101011101000101110111011100001111110 | e7abbae8bbb87e |
UTF-8 | 腴肴燦~ | 11101000100001011011010011101000100000101011010011100111100001111010011001111110 | e885b4e882b4e787a67e |
UHC | ?肴燦~ | 001111111111110110100010111100111011111001111110 | 3ffda2f3be7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)