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 | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
SJIS-WIN | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
EUC-JP | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
UTF-8 | 혪혛청P혖징 | 11101101100110001010101011101101100110001001101111101100101100101010110101010000111011011001100010010110111011001010011110010101 | ed98aaed989becb2ad50ed9896eca795 |
UHC | 혪혛청P혖징 | 1100001010010010110000101000011011000011101110110101000011000010100000011100001010100001 | c292c286c3bb50c281c2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)