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 | 午??藥? | 10001100110111110011111100111111111001010101101000111111 | 8cdf3f3fe55a3f |
EUC-JP | 午??藥? | 10111000111000010011111100111111111010011011101100111111 | b8e13f3fe9bb3f |
UTF-8 | 午썽맓藥폙 | 111001011000110110001000111011001000110110111101111010111010011110010011111010001001011110100101111011011000111110011001 | e58d88ec8dbdeba793e897a5ed8f99 |
UHC | 午썽맓藥폙 | 11100111111011011011110111101001100100001010010111100101101101111011110101000010 | e7edbde990a5e5b7bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)