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 | Ä÷ÑÃì | 1100010011110111110100011100001111101100 | c4f7d1c3ec |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | Ä÷ÑÃì | 1000111110101010101000111010000111100000100011111010101011010000100011111010101010101010100011111010101111000000 | 8faaa3a1e08faad08faaaa8fabc0 |
UTF-8 | Ä÷ÑÃì | 11000011100001001100001110110111110000111001000111000011100000111100001110101100 | c384c3b7c391c383c3ac |
UHC | ?÷??? | 001111111010000111000000001111110011111100111111 | 3fa1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)