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 | 域????? | 10001000111001100011111100111111001111110011111100111111 | 88e63f3f3f3f3f |
EUC-JP | 域????? | 10110000111010000011111100111111001111110011111100111111 | b0e83f3f3f3f3f |
UTF-8 | 域㎫쎊溜쀫젨 | 111001011001111110011111111000111000111010101011111011001000111010001010111011111010011110001011111011001000000010101011111011001010000010101000 | e59f9fe38eabec8e8aefa78bec80abeca0a8 |
UHC | 域㎫쎊溜쀫젨 | 111001101011010010100111111001111001101110110010111010101111111010010111111010111010000010100000 | e6b4a7e79bb2eafe97eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)