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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闍廷椹 | 111010001000101110010010111011001001111010111001 | e88b92ec9eb9 |
EUC-JP | 闍廷椹 | 111011111110101111000100111011101101110010111011 | efebc4eedcbb |
UTF-8 | 闍廷椹 | 111010011001011110001101111001011011101110110111111001101010010010111001 | e9978de5bbb7e6a4b9 |
UHC | ?廷? | 00111111111011111101010100111111 | 3fefd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)