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 | 誤곊뱀㉨円 | 111010001010101010100100111010101011001110001010111010111011000110000000111000111000100110101000111001011000011010000110 | e8aaa4eab38aebb180e389a8e58686 |
UHC | 誤곊뱀㉨円 | 11101000101001101000000111001110101110011110110010101000101110011110010111110111 | e8a681ceb9eca8b9e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)