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 | ?????d | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
SJIS-WIN | 円??節?d | 1000100101111110001111110011111110010000110111110011111101100100 | 897e3f3f90df3f64 |
EUC-JP | 円??節?d | 1011000111011111001111110011111111000000111000010011111101100100 | b1df3f3fc0e13f64 |
UTF-8 | 円띨뙺節찳d | 11100101100001101000011011101011100111011010100011101011100110011011101011100111101011111000000011101100101100001011001101100100 | e58686eb9da8eb99bae7af80ecb0b364 |
UHC | 円띨뙺節찳d | 1110010111110111101101101110111010001100101111011110111110111101101010100100100101100100 | e5f7b6ee8cbdefbdaa4964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)