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? | 001111110011111100111111001111110100100000111111 | 3f3f3f3f483f |
SJIS-WIN | 祭潘??H才 | 100011011101010111100000010011100011111100111111010010001000110111001011 | 8dd5e04e3f3f488dcb |
EUC-JP | 祭潘??H才 | 101110101101011111011111101011110011111100111111010010001011101011001101 | bad7dfaf3f3f48bacd |
UTF-8 | 祭潘렫렲H才 | 11100111101001011010110111100110101111011001100011101011101000001010101111101011101000001011001001001000111001101000100110001101 | e7a5ade6bd98eba0abeba0b248e6898d |
UHC | 祭潘렫렲H才 | 1111000010101110110110101110101110001110101110011000111010111111010010001110111010100110 | f0aedaeb8eb98ebf48eea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)