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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濶溽梹 | 111010001000100110011111111001111001111010001110 | e8899fe79e8e |
EUC-JP | 濶溽梹 | 111011111110100111011110111010011101101111101110 | efe9dee9dbee |
UTF-8 | 濶溽梹 | 111001101011111110110110111001101011101010111101111001101010001010111001 | e6bfb6e6babde6a2b9 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)