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 | 正??? | 1001000010110011001111110011111100111111 | 90b33f3f3f |
EUC-JP | 正?醬? | 11000000101101010011111110001111111000101111001100111111 | c0b53f8fe2f33f |
UTF-8 | 正렰醬렊 | 111001101010110110100011111010111010000010110000111010011000011010101100111010111010000010001010 | e6ada3eba0b0e986aceba08a |
UHC | 正렰醬렊 | 1110111111100001100011101011110111101101111111011000111010100001 | efe18ebdedfd8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)