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 | 誤???円 | 10001100111010110011111100111111001111111000100101111110 | 8ceb3f3f3f897e |
EUC-JP | 誤???円 | 10111000111011010011111100111111001111111011000111011111 | b8ed3f3f3fb1df |
UTF-8 | 誤곊우뒓円 | 111010001010101010100100111010101011001110001010111011001001101010110000111010111001001010010011111001011000011010000110 | e8aaa4eab38aec9ab0eb9293e58686 |
UHC | 誤곊우뒓円 | 11101000101001101000000111001110101111111110110010001010100100001110010111110111 | e8a681cebfec8a90e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)