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 | 旭???? | 100010001010111000111111001111110011111100111111 | 88ae3f3f3f3f |
EUC-JP | 旭??頊醱 | 10110000101100000011111100111111100011111110011111110100100011111110001011110111 | b0b03f3f8fe7f48fe2f7 |
UTF-8 | 旭흔쏨頊醱 | 111001101001011110101101111011011001110110010100111011001000111110101000111010011010000010001010111010011000011010110001 | e697aded9d94ec8fa8e9a08ae986b1 |
UHC | 旭흔쏨頊醱 | 11101001111011111100100011100111101111011111010011101001111101011101101110100011 | e9efc8e7bdf4e9f5dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)