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 | 鮟台ク | 1110100110111011100100011110010010111000 | e9bb91e4b8 |
EUC-JP | 鮟台ク | 111100101011110111000010111001101000111010111000 | f2bdc2e68eb8 |
UTF-8 | 鮟台ク | 111010011010111010011111111001011000111110110000111011111011110110111000 | e9ae9fe58fb0efbdb8 |
UHC | 鮟台? | 1110010011010101111101111011101100111111 | e4d5f7bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)