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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ????→?\ | 0011111100111111001111110011111110000001101010000011111101011100 | 3f3f3f3f81a83f5c |
EUC-JP | ????→?\ | 0011111100111111001111110011111110100010101010100011111101011100 | 3f3f3f3fa2aa3f5c |
UTF-8 | 僚녹뼐璘→쇃\ | 11101111101001101011101111101011100001011011100111101011101111001001000011101111101001111010111111100010100001101001001011101100100001111000001101011100 | efa6bbeb85b9ebbc90efa7afe28692ec87835c |
UHC | 僚녹뼐璘→쇃\ | 11101000111010001011001111101100100101101001100011101100110111101010000111100110100110011011011101011100 | e8e8b3ec9698ecdea1e699b75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)