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 | ???形 | 0011111100111111001111111000110001100000 | 3f3f3f8c60 |
EUC-JP | 倻??形 | 10001111101100011111011000111111001111111011011111000001 | 8fb1f63f3fb7c1 |
UTF-8 | 倻ㅶ뮈形 | 111001011000000010111011111000111000010110110110111010111010111010001000111001011011110110100010 | e580bbe385b6ebae88e5bda2 |
UHC | 倻ㅶ뮈形 | 1110010110100110101001001110011010111001101111111111101110100001 | e5a6a4e6b9bffba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)