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 | 獰??餓? | 11100000110101100011111100111111100010011110110000111111 | e0d63f3f89ec3f |
EUC-JP | 獰??餓? | 11100000110110000011111100111111101100101110111000111111 | e0d83f3fb2ee3f |
UTF-8 | 獰앯쥈餓딂 | 111001111000110110110000111011001001010110101111111011001010010110001000111010011010010010010011111010111001010010000010 | e78db0ec95afeca588e9a493eb9482 |
UHC | 獰앯쥈餓딂 | 11100111101111101001110111100111101000101000000111100100101110111000101011101000 | e7be9de7a281e4bb8ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)