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 | 酊?酊? | 111001111100001000111111111001111100001000111111 | e7c23fe7c23f |
EUC-JP | 酊?酊? | 111011101100010000111111111011101100010000111111 | eec43feec43f |
UTF-8 | 酊털酊텡 | 111010011000010110001010111011011000010010111000111010011000010110001010111011011000010110100001 | e9858aed84b8e9858aed85a1 |
UHC | 酊털酊텡 | 1110111111111000110001011101000011101111111110001100010111011110 | eff8c5d0eff8c5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)