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??F | 001111110011111101000100001111110011111101000110 | 3f3f443f3f46 |
SJIS-WIN | ??D??F | 001111110011111101000100001111110011111101000110 | 3f3f443f3f46 |
EUC-JP | ??D??F | 001111110011111101000100001111110011111101000110 | 3f3f443f3f46 |
UTF-8 | 횄쨩D횂짰F | 1110110110011010100001001110110010101000101010010100010011101101100110101000001011101100101001111011000001000110 | ed9a84eca8a944ed9a82eca7b046 |
UHC | 횄쨩D횂짰F | 11000011100000111100001010111011010001001100001110000010110000101010111001000110 | c383c2bb44c382c2ae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)