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 | 顋墓凵蓁費セ | 1110100011111001100101011110011010011001100000011110010011101011100101001110111110111110 | e8f995e69981e4eb94efbe |
EUC-JP | 顋墓凵蓁費セ | 111100001111101111001010111010001101000111100001111010001110110111001000111100011000111010111110 | f0fbcae8d1e1e8edc8f18ebe |
UTF-8 | 顋墓凵蓁費セ | 111010011010000110001011111001011010001010010011111001011000011110110101111010001001001110000001111010001011001010111011111011111011110110111110 | e9a18be5a293e587b5e89381e8b2bbefbdbe |
UHC | ?墓??費? | 0011111111011001110101110011111100111111110111101010100000111111 | 3fd9d73f3fdea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)