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 | ????圓 | 001111110011111100111111001111111001101010100010 | 3f3f3f3f9aa2 |
EUC-JP | 塡???圓 | 1000111110111000101101000011111100111111001111111101010010100100 | 8fb8b43f3f3fd4a4 |
UTF-8 | 塡漏렫렲圓 | 111001011010000110100001111011111010010110001110111010111010000010101011111010111010000010110010111001011001110010010011 | e5a1a1efa58eeba0abeba0b2e59c93 |
UHC | 塡漏렫렲圓 | 11101110111100111101001011101000100011101011100110001110101111111110101010101101 | eef3d2e88eb98ebfeaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)