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 | 訒ク謐ィ鬯 | 1111101110100011101110001110011010001101101010001110100110101100 | fba3b8e68da8e9ac |
EUC-JP | 訒ク謐ィ鬯 | 1000111111011101110010001000111010111000111010111110110110001110101010001111001010101110 | 8fddc88eb8ebed8ea8f2ae |
UTF-8 | 訒ク謐ィ鬯 | 111010001010100010010010111011111011110110111000111010001010110010010000111011111011110110101000111010011010110010101111 | e8a892efbdb8e8ac90efbda8e9acaf |
UHC | ??謐?? | 001111110011111111011010110011010011111100111111 | 3f3fdacd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)