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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諶磯」懶セ | 1111101110101010100010001110100110100011100111001110111110111110 | fbaa88e9a39cefbe |
EUC-JP | 諶磯」懶セ | 1000111111011110101101011011000011101011100011101010001111011000111100011000111010111110 | 8fdeb5b0eb8ea3d8f18ebe |
UTF-8 | 諶磯」懶セ | 111010001010101110110110111001111010001110101111111011111011110110100011111001101000011110110110111011111011110110111110 | e8abb6e7a3afefbda3e687b6efbdbe |
UHC | 諶磯?懶? | 1110010010100110110100011011010000111111110101001111101100111111 | e4a6d1b43fd4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)