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 | 鼇??項? | 11101010100001110011111100111111100011011000000000111111 | ea873f3f8d803f |
EUC-JP | 鼇??項? | 11110011111001110011111100111111101110011110000000111111 | f3e73f3fb9e03f |
UTF-8 | 鼇앸봺項뚩 | 111010011011110010000111111011001001010110111000111010111011010010111010111010011010000010000101111010111001101010101001 | e9bc87ec95b8ebb4bae9a085eb9aa9 |
UHC | 鼇앸봺項뚩 | 11101000101010001001110111101011100101001000000111111010101000111000110011101000 | e8a89deb9481faa38ce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)