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 | 瓮싷슈撓ζ퍜 | 1110011110010011101011101110110010001011101101111110110010001010100010001110011010010010100100111100111010110110111011011000110110011100 | e793aeec8bb7ec8a88e69293ceb6ed8d9c |
UHC | 瓮싷슈撓ζ퍜 | 111010001011011110011010111011111011110110110100111010001111010110100101111001101011101110010011 | e8b79aefbdb4e8f5a5e6bb93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)