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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 柔??柔??^ | 100011110101111100111111001111111000111101011111001111110011111101011110 | 8f5f3f3f8f5f3f3f5e |
EUC-JP | 柔??柔??^ | 101111011100000000111111001111111011110111000000001111110011111101011110 | bdc03f3fbdc03f3f5e |
UTF-8 | 柔쇽쬉柔쇽쬉^ | 11100110100111111001010011101100100001111011110111101100101011001000100111100110100111111001010011101100100001111011110111101100101011001000100101011110 | e69f94ec87bdecac89e69f94ec87bdecac895e |
UHC | 柔쇽쬉柔쇽쬉^ | 11101010111101011011110011101111101001101001111111101010111101011011110011101111101001101001111101011110 | eaf5bcefa69feaf5bcefa69f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)