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 | 瓮??撓ζ? | 111000010100010000111111001111111001110110011010100000111100010000111111 | e1443f3f9d9a83c43f |
EUC-JP | 瓮??撓ζ? | 111000011010010100111111001111111101100111111010101001101100011000111111 | e1a53f3fd9faa6c63f |
UTF-8 | 瓮뗰슥撓ζ봄 | 1110011110010011101011101110101110010111101100001110110010001010101001011110011010010010100100111100111010110110111010111011010010000100 | e793aeeb97b0ec8aa5e69293ceb6ebb484 |
UHC | 瓮뗰슥撓ζ봄 | 111010001011011110001011111011111011110110111011111010001111010110100101111001101011101010111101 | e8b78befbdbbe8f5a5e6babd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)