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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????∮B | 00111111001111110011111100111111100001111001001101000010 | 3f3f3f3f879342 |
EUC-JP | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
UTF-8 | 룶₃룶츕∮B | 11101011101000111011011011100010100000101000001111101011101000111011011011101100101110001001010111100010100010001010111001000010 | eba3b6e28283eba3b6ecb895e288ae42 |
UHC | 룶₃룶츕∮B | 1000111110101011101010011111110110001111101010111010111010001111101000101011000101000010 | 8faba9fd8fabae8fa2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)