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 | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ???懿??G | 0011111100111111001111111001110011110010001111110011111101000111 | 3f3f3f9cf23f3f47 |
EUC-JP | ???懿??G | 0011111100111111001111111101100011110100001111110011111101000111 | 3f3f3fd8f43f3f47 |
UTF-8 | 溜깅졁懿됰졒G | 11101111101001111000101111101010101110011000010111101100101000011000000111100110100001111011111111101011100100001011000011101100101000011001001001000111 | efa78beab985eca181e687bfeb90b0eca19247 |
UHC | 溜깅졁懿됰졒G | 11101010111111101011000111101011101000001011001011101011111100111000100111101011101000001011111101000111 | eafeb1eba0b2ebf389eba0bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)