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 | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
SJIS-WIN | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
EUC-JP | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
UTF-8 | 찾짙혥혡혨G챈혝 | 11101100101100001011111011101100101001111001100111101101100110001010010111101101100110001010000111101101100110001010100001000111111011001011000110001000111011011001100010011101 | ecb0beeca799ed98a5ed98a1ed98a847ecb188ed989d |
UHC | 찾짙혥혡혨G챈혝 | 110000111010001111000010101000111100001010001101110000101000101011000010100100000100011111000011101001101100001010000111 | c3a3c2a3c28dc28ac29047c3a6c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)