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 | 澈リ鮓「瀅 | 1111101101001011110110001110100110110110101000101111101101001110 | fb4bd8e9b6a2fb4e |
EUC-JP | 澈リ鮓「瀅 | 100011111100100011100101100011101101100011110010101110001000111010100010100011111100100110101011 | 8fc8e58ed8f2b88ea28fc9ab |
UTF-8 | 澈リ鮓「瀅 | 111001101011111010001000111011111011111010011000111010011010111010010011111011111011110110100010111001111000000010000101 | e6be88efbe98e9ae93efbda2e78085 |
UHC | 澈???瀅 | 11110100110011010011111100111111001111111111101110100100 | f4cd3f3f3ffba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)