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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 釮キノTB | 111110111011111010110111110010010101010001000010 | fbbeb7c95442 |
EUC-JP | 釮キノTB | 100011111110001110110000100011101011011110001110110010010101010001000010 | 8fe3b08eb78ec95442 |
UTF-8 | 釮キノTB | 1110100110000111101011101110111110111101101101111110111110111110100010010101010001000010 | e987aeefbdb7efbe895442 |
UHC | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)