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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 円??節?P | 1000100101111110001111110011111110010000110111110011111101010000 | 897e3f3f90df3f50 |
EUC-JP | 円??節?P | 1011000111011111001111110011111111000000111000010011111101010000 | b1df3f3fc0e13f50 |
UTF-8 | 円띨떉節찪P | 11100101100001101000011011101011100111011010100011101011100101101000100111100111101011111000000011101100101100001010101001010000 | e58686eb9da8eb9689e7af80ecb0aa50 |
UHC | 円띨떉節찪P | 1110010111110111101101101110111010001011100111111110111110111101101010100100001101010000 | e5f7b6ee8b9fefbdaa4350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)