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 | ????R? | 001111110011111100111111001111110101001000111111 | 3f3f3f3f523f |
SJIS-WIN | 祭潘??R箏 | 100011011101010111100000010011100011111100111111010100101110001010110101 | 8dd5e04e3f3f52e2b5 |
EUC-JP | 祭潘??R箏 | 101110101101011111011111101011110011111100111111010100101110010010110111 | bad7dfaf3f3f52e4b7 |
UTF-8 | 祭潘렫렲R箏 | 11100111101001011010110111100110101111011001100011101011101000001010101111101011101000001011001001010010111001111010111010001111 | e7a5ade6bd98eba0abeba0b252e7ae8f |
UHC | 祭潘렫렲R箏 | 1111000010101110110110101110101110001110101110011000111010111111010100101110111010110100 | f0aedaeb8eb98ebf52eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)