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 | ?序? | 00111111100011111001100000111111 | 3f8f983f |
EUC-JP | ?序? | 00111111101111011111100000111111 | 3fbdf83f |
UTF-8 | 뒧序뒧 | 111010111001001010100111111001011011101010001111111010111001001010100111 | eb92a7e5ba8feb92a7 |
UHC | 뒧序뒧 | 100010101010001011011111111011011000101010100010 | 8aa2dfed8aa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)