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 | 髯ょ勣蠕 | 1110100110011001100000101110010110011001101010001110010110111110 | e99982e599a8e5be |
EUC-JP | 髯ょ勣蠕 | 1111000111111001101001001110011111010010101010101110101011000000 | f1f9a4e7d2aaeac0 |
UTF-8 | 髯ょ勣蠕 | 111010011010101110101111111000111000001010000111111001011000101110100011111010001010000010010101 | e9abafe38287e58ba3e8a095 |
UHC | ?ょ勣? | 001111111010101011100111111011101101001100111111 | 3faae7eed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)