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 | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | ヘョホクZ | 11001101101011101111001111001110110011101011100001011010 | cdaef3ceceb85a |
EUC-JP | ヘョ?ホクZ | 10001110110011011000111010101110001111111000111011001110100011101011100001011010 | 8ecd8eae3f8ece8eb85a |
UTF-8 | ヘョホクZ | 11101111101111101000110111101111101111011010111011101110100010111000000111101111101111101000111011101111101111011011100001011010 | efbe8defbdaeee8b81efbe8eefbdb85a |
UHC | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)