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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 址?錚? | 100110101010110000111111111010000100001000111111 | 9aac3fe8423f |
EUC-JP | 址?錚? | 110101001010111000111111111011111010001100111111 | d4ae3fefa33f |
UTF-8 | 址렣錚렡 | 111001011001110110000000111010111010000010100011111010011000110010011010111010111010000010100001 | e59d80eba0a3e98c9aeba0a1 |
UHC | 址렣錚렡 | 1111001010100011100011101011010011101110101101101000111010110010 | f2a38eb4eeb68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)