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 | 形??形 | 100011000110000000111111001111111000110001100000 | 8c603f3f8c60 |
EUC-JP | 形??形 | 101101111100000100111111001111111011011111000001 | b7c13f3fb7c1 |
UTF-8 | 形닷윿形 | 111001011011110110100010111010111000101110110111111011001001110010111111111001011011110110100010 | e5bda2eb8bb7ec9cbfe5bda2 |
UHC | 形닷윿形 | 1111101110100001101101001110010110011111101101111111101110100001 | fba1b4e59fb7fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)