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 | ?烈? | 00111111100101111111001100111111 | 3f97f33f |
EUC-JP | ?烈? | 00111111110011101111010100111111 | 3fcef53f |
UTF-8 | 뤒烈뤻 | 111010111010010010010010111001111000001110001000111010111010010010111011 | eba492e78388eba4bb |
UHC | 뤒烈뤻 | 100011111100001011010110101011011000111111101001 | 8fc2d6ad8fe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)