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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 円??oBF | 10001001011111100011111100111111011011110100001001000110 | 897e3f3f6f4246 |
EUC-JP | 円??oBF | 10110001110111110011111100111111011011110100001001000110 | b1df3f3f6f4246 |
UTF-8 | 円ㅻ풆oBF | 111001011000011010000110111000111000010110111011111011011001001010000110011011110100001001000110 | e58686e385bbed92866f4246 |
UHC | 円ㅻ풆oBF | 111001011111011110100100111010111011111010001110011011110100001001000110 | e5f7a4ebbe8e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)