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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 嶺쎌궘栒뗩솻 | 111011111010011010101011111011001000111010001100111010101011011010011000111001101010000010010010111010111001011110101001111011001000011010111011 | efa6abec8e8ceab698e6a092eb97a9ec86bb |
UHC | 嶺쎌궘栒뗩솻 | 111001111010110110111101111011001000001010101101111000101110001110001011111010011001100110110000 | e7adbdec82ade2e38be999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)