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 | 題瀧街 | 100100011110100010010001111010111000101001011000 | 91e891eb8a58 |
EUC-JP | 題瀧街 | 110000101110101011000010111011011011001110111001 | c2eac2edb3b9 |
UTF-8 | 題瀧街 | 111010011010000110001100111001111000000010100111111010001010000110010111 | e9a18ce780a7e8a197 |
UHC | 題瀧街 | 111100001011100111010110111010011100101010110110 | f0b9d6e9cab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)