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 | 衣??經舞? | 100010001101111100111111001111111110001101010011100101011001000100111111 | 88df3f3fe35395913f |
EUC-JP | 衣??經舞釪 | 1011000011100001001111110011111111100101101101001100100111110001100011111110001110101101 | b0e13f3fe5b4c9f18fe3ad |
UTF-8 | 衣쭸렮經舞釪 | 111010001010000110100011111011001010110110111000111010111010000010101110111001111011011010010011111010001000100010011110111010011000011110101010 | e8a1a3ecadb8eba0aee7b693e8889ee987aa |
UHC | 衣쭸렮經舞釪 | 111010111111110111000010111001101000111010111011110011001110100011011001111100011110100111101001 | ebfdc2e68ebbcce8d9f1e9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)