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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 正???? | 100100001011001100111111001111110011111100111111 | 90b33f3f3f3f |
EUC-JP | 正???? | 110000001011010100111111001111110011111100111111 | c0b53f3f3f3f |
UTF-8 | 正렧롋븀밞 | 111001101010110110100011111010111010000010100111111010111010000110001011111010111011100010000000111010111011000010011110 | e6ada3eba0a7eba18bebb880ebb09e |
UHC | 正렧롋븀밞 | 11101111111000011000111010110110100011101101000110111010111001111011100111100001 | efe18eb68ed1bae7b9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)