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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 正?知? | 100100001011001100111111100100100110110100111111 | 90b33f926d3f |
EUC-JP | 正?知? | 110000001011010100111111110000111100111000111111 | c0b53fc3ce3f |
UTF-8 | 正렡知렰 | 111001101010110110100011111010111010000010100001111001111001111110100101111010111010000010110000 | e6ada3eba0a1e79fa5eba0b0 |
UHC | 正렡知렰 | 1110111111100001100011101011001011110010101100011000111010111101 | efe18eb2f2b18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)