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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??跡?瀅 | 100010010111111000111111001111111001000011010101001111111111101101001110 | 897e3f3f90d53ffb4e |
EUC-JP | 円??跡?瀅 | 10110001110111110011111100111111110000001101011100111111100011111100100110101011 | b1df3f3fc0d73f8fc9ab |
UTF-8 | 円랑쭫跡빱瀅 | 111001011000011010000110111010111001111010010001111011001010110110101011111010001011011110100001111010111011100110110001111001111000000010000101 | e58686eb9e91ecadabe8b7a1ebb9b1e78085 |
UHC | 円랑쭫跡빱瀅 | 111001011111011110110110111110111010011110011111111011101110011010111011101001001111101110100100 | e5f7b6fba79feee6bba4fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)