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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 要????? | 10010111011101100011111100111111001111110011111100111111 | 97763f3f3f3f3f |
EUC-JP | 要®?饔?? | 1100110111010111100011111010001011101110001111111000111111101000111011110011111100111111 | cdd78fa2ee3f8fe8ef3f3f |
UTF-8 | 要®갓饔롩덧 | 1110100010100110100000011100001010101110111010101011000010010011111010011010010110010100111010111010000110101001111010111000110110100111 | e8a681c2aeeab093e9a594eba1a9eb8da7 |
UHC | 要®갓饔롩덧 | 111010011010100110100010111001111011000010101011111010001011110110001110111010011011010110100001 | e9a9a2e7b0abe8bd8ee9b5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)