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 | ?忽?? | 0011111110001101100110100011111100111111 | 3f8d9a3f3f |
EUC-JP | ?忽?? | 0011111110111001111110100011111100111111 | 3fb9fa3f3f |
UTF-8 | 뤚忽흰쾸 | 111010111010010010011010111001011011111110111101111011011001110110110000111011001011111010111000 | eba49ae5bfbded9db0ecbeb8 |
UHC | 뤚忽흰쾸 | 1000111111001001111110111110110011001000111100101011001010001110 | 8fc9fbecc8f2b28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)