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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?〓?艤 | 001111111000000110101100001111111110010001111110 | 3f81ac3fe47e |
EUC-JP | 縕〓?艤 | 1000111111010100110000101010001010101110001111111110011111011111 | 8fd4c2a2ae3fe7df |
UTF-8 | 縕〓챸艤 | 111001111011100010010101111000111000000010010011111011001011000110111000111010001000100110100100 | e7b895e38093ecb1b8e889a4 |
UHC | 縕〓챸艤 | 1110100010110010101000011110101110101010100001011110101111111010 | e8b2a1ebaa85ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)