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 | ?????By\ | 0011111100111111001111110011111100111111010000100111100101011100 | 3f3f3f3f3f42795c |
SJIS-WIN | 円??跡?By\ | 10001001011111100011111100111111100100001101010100111111010000100111100101011100 | 897e3f3f90d53f42795c |
EUC-JP | 円??跡?By\ | 10110001110111110011111100111111110000001101011100111111010000100111100101011100 | b1df3f3fc0d73f42795c |
UTF-8 | 円랑쭫跡뺙By\ | 111001011000011010000110111010111001111010010001111011001010110110101011111010001011011110100001111010111011101010011001010000100111100101011100 | e58686eb9e91ecadabe8b7a1ebba9942795c |
UHC | 円랑쭫跡뺙By\ | 11100101111101111011011011111011101001111001111111101110111001101011101110110011010000100111100101011100 | e5f7b6fba79feee6bbb342795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)