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 | 髷偃刊 | 111010011001111010011000111011101000101010100111 | e99e98ee8aa7 |
EUC-JP | 髷偃刊 | 111100011111111011010000111100001011010010101001 | f1fed0f0b4a9 |
UTF-8 | 髷偃刊 | 111010011010101110110111111001011000000110000011111001011000100010001010 | e9abb7e58183e5888a |
UHC | ?偃刊 | 0011111111100101111001111100101011001010 | 3fe5e7caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)