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 | ?????UE | 00111111001111110011111100111111001111110101010101000101 | 3f3f3f3f3f5545 |
SJIS-WIN | 円??跡?UE | 100010010111111000111111001111111001000011010101001111110101010101000101 | 897e3f3f90d53f5545 |
EUC-JP | 円??跡?UE | 101100011101111100111111001111111100000011010111001111110101010101000101 | b1df3f3fc0d73f5545 |
UTF-8 | 円랑쭫跡빼UE | 1110010110000110100001101110101110011110100100011110110010101101101010111110100010110111101000011110101110111001101111000101010101000101 | e58686eb9e91ecadabe8b7a1ebb9bc5545 |
UHC | 円랑쭫跡빼UE | 111001011111011110110110111110111010011110011111111011101110011010111011101010010101010101000101 | e5f7b6fba79feee6bba95545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)