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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??曖?? | 001111110011111110011110010000100011111100111111 | 3f3f9e423f3f |
EUC-JP | ??曖?? | 001111110011111111011011101000110011111100111111 | 3f3fdba33f3f |
UTF-8 | 셈센曖렯롖 | 111011001000010110001000111011001000010010111100111001101001101110010110111010111010000010101111111010111010000110010110 | ec8588ec84bce69b96eba0afeba196 |
UHC | 셈센曖렯롖 | 10111100110000001011110010111110111001001111001010001110101111001000111011011010 | bcc0bcbee4f28ebc8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)