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 | ⊂??? | 1000000110111100001111110011111100111111 | 81bc3f3f3f |
EUC-JP | ⊂??? | 1010001010111110001111110011111100111111 | a2be3f3f3f |
UTF-8 | ⊂룶쥚㈛ | 111000101000101010000010111010111010001110110110111011001010010110011010111000111000100010011011 | e28a82eba3b6eca59ae3889b |
UHC | ⊂룶쥚㈛ | 1010000111111000100011111010101110100010100011111010100111001100 | a1f88faba28fa9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)