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 | ?????U | 001111110011111100111111001111110011111101010101 | 3f3f3f3f3f55 |
SJIS-WIN | 円??跡?U | 1000100101111110001111110011111110010000110101010011111101010101 | 897e3f3f90d53f55 |
EUC-JP | 円??跡?U | 1011000111011111001111110011111111000000110101110011111101010101 | b1df3f3fc0d73f55 |
UTF-8 | 円랑쭫跡빼U | 11100101100001101000011011101011100111101001000111101100101011011010101111101000101101111010000111101011101110011011110001010101 | e58686eb9e91ecadabe8b7a1ebb9bc55 |
UHC | 円랑쭫跡빼U | 1110010111110111101101101111101110100111100111111110111011100110101110111010100101010101 | e5f7b6fba79feee6bba955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)