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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 뇬큐ㅎ | 111010111000011110101100111011011000000110010000111000111000010110001110 | eb87aced8190e3858e |
UHC | 뇬큐ㅎ | 101101001010010011000101101001011010010010111110 | b4a4c5a5a4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)