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 | 髯ょ万譯 | 1110100110011001100000101110010110010110100111001110011010100001 | e99982e5969ce6a1 |
EUC-JP | 髯ょ万譯 | 1111000111111001101001001110011111001011111111001110110010100011 | f1f9a4e7cbfceca3 |
UTF-8 | 髯ょ万譯 | 111010011010101110101111111000111000001010000111111001001011100010000111111010001010110110101111 | e9abafe38287e4b887e8adaf |
UHC | ?ょ万譯 | 00111111101010101110011111011000101100101110011010111011 | 3faae7d8b2e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)