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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮟題サク | 111010011011101110010001111010001011101110111000 | e9bb91e8bbb8 |
EUC-JP | 鮟題サク | 1111001010111101110000101110101010001110101110111000111010111000 | f2bdc2ea8ebb8eb8 |
UTF-8 | 鮟題サク | 111010011010111010011111111010011010000110001100111011111011110110111011111011111011110110111000 | e9ae9fe9a18cefbdbbefbdb8 |
UHC | 鮟題?? | 111001001101010111110000101110010011111100111111 | e4d5f0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)