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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 址?證?錚 | 1001101010101100001111111110011010011010001111111110100001000010 | 9aac3fe69a3fe842 |
EUC-JP | 址?證?錚 | 1101010010101110001111111110101111111010001111111110111110100011 | d4ae3febfa3fefa3 |
UTF-8 | 址렖證렖錚 | 111001011001110110000000111010111010000010010110111010001010110110001001111010111010000010010110111010011000110010011010 | e59d80eba096e8ad89eba096e98c9a |
UHC | 址렖證렖錚 | 11110010101000111000111010101011111100011111101110001110101010111110111010110110 | f2a38eabf1fb8eabeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)