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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 円??節?B | 1000100101111110001111110011111110010000110111110011111101000010 | 897e3f3f90df3f42 |
EUC-JP | 円??節?B | 1011000111011111001111110011111111000000111000010011111101000010 | b1df3f3fc0e13f42 |
UTF-8 | 円띨뙺節캚B | 11100101100001101000011011101011100111011010100011101011100110011011101011100111101011111000000011101100101110101001101001000010 | e58686eb9da8eb99bae7af80ecba9a42 |
UHC | 円띨뙺節캚B | 1110010111110111101101101110111010001100101111011110111110111101101100000100000101000010 | e5f7b6ee8cbdefbdb04142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)