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 | ??D??Y | 001111110011111101000100001111110011111101011001 | 3f3f443f3f59 |
SJIS-WIN | ??D??Y | 001111110011111101000100001111110011111101011001 | 3f3f443f3f59 |
EUC-JP | ??D??Y | 001111110011111101000100001111110011111101011001 | 3f3f443f3f59 |
UTF-8 | 횄쨩D횂짠Y | 1110110110011010100001001110110010101000101010010100010011101101100110101000001011101100101001111010000001011001 | ed9a84eca8a944ed9a82eca7a059 |
UHC | 횄쨩D횂짠Y | 11000011100000111100001010111011010001001100001110000010110000101010011101011001 | c383c2bb44c382c2a759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)