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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒻れ?踰ζ? | 11100100111010001000001011101010001111111110011011111010100000111100010000111111 | e4e882ea3fe6fa83c43f |
EUC-JP | 蒻れ?踰ζ? | 11101000111010101010010011101100001111111110110011111100101001101100011000111111 | e8eaa4ec3fecfca6c63f |
UTF-8 | 蒻れ슜踰ζ껸 | 1110100010010010101110111110001110000010100011001110110010001010100111001110100010111000101100001100111010110110111010101011101110111000 | e892bbe3828cec8a9ce8b8b0ceb6eabbb8 |
UHC | 蒻れ슜踰ζ껸 | 111001011011011010101010111011001001101010101001111010111011001010100101111001101011001010111001 | e5b6aaec9aa9ebb2a5e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)