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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 쌯샕쒭쌯샕쒭\ | 11101100100011001010111111101100100000111001010111101100100100101010110111101100100011001010111111101100100000111001010111101100100100101010110101011100 | ec8cafec8395ec92adec8cafec8395ec92ad5c |
UHC | 쌯샕쒭쌯샕쒭\ | 10011011010101111001100011000010100111010100010010011011010101111001100011000010100111010100010001011100 | 9b5798c29d449b5798c29d445c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)