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 | 茁峰? | 1111101110010011100101011111010000111111 | fb9395f43f |
EUC-JP | 茁峰? | 100011111101011111011110110010101111011000111111 | 8fd7decaf63f |
UTF-8 | 茁峰볼 | 111010001000110010000001111001011011001110110000111010111011001110111100 | e88c81e5b3b0ebb3bc |
UHC | 茁峰볼 | 111100011110100011011100111010001011101010111100 | f1e8dce8babc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)