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 | 愛?瑤??? | 1000100010100100001111111110101010100010001111110011111100111111 | 88a43feaa23f3f3f |
EUC-JP | 愛?瑤??? | 1011000010100110001111111111010010100100001111110011111100111111 | b0a63ff4a43f3f3f |
UTF-8 | 愛튏瑤덄뿾念 | 111001101000010010011011111011011000101010001111111001111001000110100100111010111000110110000100111010111011111110111110111011111010011010100011 | e6849bed8a8fe791a4eb8d84ebbfbeefa6a3 |
UHC | 愛튏瑤덄뿾念 | 111001001111000110111010010000111110100011111101100010001110011110010111101111101110011011110110 | e4f1ba43e8fd88e797bee6f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)