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 | ???偕? | 001111110011111100111111100110001111000100111111 | 3f3f3f98f13f |
EUC-JP | ???偕? | 001111110011111100111111110100001111001100111111 | 3f3f3fd0f33f |
UTF-8 | 劣믪꼪偕쇔 | 111011111010011010011101111010111010111110101010111010101011110010101010111001011000000110010101111011001000011110010100 | efa69debafaaeabcaae58195ec8794 |
UHC | 劣믪꼪偕쇔 | 11100110111010111001001011101100100001001000011111111010101001011011110011100101 | e6eb92ec8487faa5bce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)