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 | 率????? | 10010111101001100011111100111111001111110011111100111111 | 97a63f3f3f3f3f |
EUC-JP | 率????? | 11001110101010000011111100111111001111110011111100111111 | cea83f3f3f3f3f |
UTF-8 | 率닸뮈僚㏆풕 | 111001111000111010000111111010111000101110111000111010111010111010001000111011111010011010111011111000111000111110000110111011011001001010010101 | e78e87eb8bb8ebae88efa6bbe38f86ed9295 |
UHC | 率닸뮈僚㏆풕 | 111000011110001110110100111001101011100110111111111010001110100010100111111011111011111010011000 | e1e3b4e6b9bfe8e8a7efbe98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)