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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????釐 | 001111110011111100111111001111111110011111011000 | 3f3f3f3fe7d8 |
EUC-JP | ????釐 | 001111110011111100111111001111111110111011011010 | 3f3f3f3feeda |
UTF-8 | 룶쥚⒟룵釐 | 111010111010001110110110111011001010010110011010111000101001001010011111111010111010001110110101111010011000011110010000 | eba3b6eca59ae2929feba3b5e98790 |
UHC | 룶쥚⒟룵釐 | 10001111101010111010001010001111101010011101000010001111101010101101011111101101 | 8faba28fa9d08faad7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)