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 | ????H?? | 00111111001111110011111100111111010010000011111100111111 | 3f3f3f3f483f3f |
SJIS-WIN | 祭潘??H才? | 10001101110101011110000001001110001111110011111101001000100011011100101100111111 | 8dd5e04e3f3f488dcb3f |
EUC-JP | 祭潘??H才? | 10111010110101111101111110101111001111110011111101001000101110101100110100111111 | bad7dfaf3f3f48bacd3f |
UTF-8 | 祭潘렫렲H才렱 | 11100111101001011010110111100110101111011001100011101011101000001010101111101011101000001011001001001000111001101000100110001101111010111010000010110001 | e7a5ade6bd98eba0abeba0b248e6898deba0b1 |
UHC | 祭潘렫렲H才렱 | 11110000101011101101101011101011100011101011100110001110101111110100100011101110101001101000111010111110 | f0aedaeb8eb98ebf48eea68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)