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 | 錺滑灰 | 111010000100010010001010100010101000101001000100 | e8448a8a8a44 |
EUC-JP | 錺滑灰 | 111011111010010110110011111010101011001110100101 | efa5b3eab3a5 |
UTF-8 | 錺滑灰 | 111010011000110010111010111001101011101110010001111001111000000110110000 | e98cbae6bb91e781b0 |
UHC | ?滑灰 | 0011111111111100110000011111110011101001 | 3ffcc1fce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)