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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀅??形? | 11111011010011100011111100111111100011000110000000111111 | fb4e3f3f8c603f |
EUC-JP | 瀅??形? | 1000111111001001101010110011111100111111101101111100000100111111 | 8fc9ab3f3fb7c13f |
UTF-8 | 瀅ㅶ뜥形⑵ | 111001111000000010000101111000111000010110110110111010111001110010100101111001011011110110100010111000101001000110110101 | e78085e385b6eb9ca5e5bda2e291b5 |
UHC | 瀅ㅶ뜥形⑵ | 11111011101001001010010011100110100011011010100011111011101000011010100111101000 | fba4a4e68da8fba1a9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)