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 | 霍檎叫蟠 | 1110100010110111100011001110011110001011101010011110010110110100 | e8b78ce78ba9e5b4 |
EUC-JP | 霍檎叫蟠 | 1111000010111001101110001110100110110110101010111110101010110110 | f0b9b8e9b6abeab6 |
UTF-8 | 霍檎叫蟠 | 111010011001110010001101111001101010101010001110111001011000111110101011111010001001111110100000 | e99c8de6aa8ee58fabe89fa0 |
UHC | ?檎叫蟠 | 00111111110100001101010111010000101000111101101011110110 | 3fd0d5d0a3daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)