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 | ?????^e^ | 0011111100111111001111110011111100111111010111100110010101011110 | 3f3f3f3f3f5e655e |
SJIS-WIN | 円??節?^e^ | 10001001011111100011111100111111100100001101111100111111010111100110010101011110 | 897e3f3f90df3f5e655e |
EUC-JP | 円??節?^e^ | 10110001110111110011111100111111110000001110000100111111010111100110010101011110 | b1df3f3fc0e13f5e655e |
UTF-8 | 円랑쭫節찫^e^ | 111001011000011010000110111010111001111010010001111011001010110110101011111001111010111110000000111011001011000010101011010111100110010101011110 | e58686eb9e91ecadabe7af80ecb0ab5e655e |
UHC | 円랑쭫節찫^e^ | 11100101111101111011011011111011101001111001111111101111101111011010101001000100010111100110010101011110 | e5f7b6fba79fefbdaa445e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)