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 | 瀅??形 | 111110110100111000111111001111111000110001100000 | fb4e3f3f8c60 |
EUC-JP | 瀅??形 | 10001111110010011010101100111111001111111011011111000001 | 8fc9ab3f3fb7c1 |
UTF-8 | 瀅ㅶ뜥形 | 111001111000000010000101111000111000010110110110111010111001110010100101111001011011110110100010 | e78085e385b6eb9ca5e5bda2 |
UHC | 瀅ㅶ뜥形 | 1111101110100100101001001110011010001101101010001111101110100001 | fba4a4e68da8fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)