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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 游??經?? | 1001111111100000001111110011111111100011010100110011111100111111 | 9fe03f3fe3533f3f |
EUC-JP | 游??經?? | 1101111011100010001111110011111111100101101101000011111100111111 | dee23f3fe5b43f3f |
UTF-8 | 游쯔렋經렍讀 | 111001101011100010111000111011001010111110010100111010111010000010001011111001111011011010010011111010111010000010001101111011111010010110011010 | e6b8b8ecaf94eba08be7b693eba08defa59a |
UHC | 游쯔렋經렍讀 | 111010101111110111000010111010101000111010100010110011001110100010001110101000111101010011100110 | eafdc2ea8ea2cce88ea3d4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)