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 | 茯井掘 | 111001001010100010001000111001001000110001000000 | e4a888e48c40 |
EUC-JP | 茯井掘 | 111010001010101010110000111001101011011110100001 | e8aab0e6b7a1 |
UTF-8 | 茯井掘 | 111010001000110010101111111001001011101010010101111001101000111010011000 | e88cafe4ba95e68e98 |
UHC | 茯井掘 | 110111001101101011101111110011001100111111011110 | dcdaefcccfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)