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 | ?〓?? | 0011111110000001101011000011111100111111 | 3f81ac3f3f |
EUC-JP | 縕〓?? | 10001111110101001100001010100010101011100011111100111111 | 8fd4c2a2ae3f3f |
UTF-8 | 縕〓젧娛 | 111001111011100010010101111000111000000010010011111011001010000010100111111001011010100010011011 | e7b895e38093eca0a7e5a89b |
UHC | 縕〓젧娛 | 1110100010110010101000011110101110100000100111111110011111110100 | e8b2a1eba09fe7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)