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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 棕℃ド | 100111101010000110000001100011101000001101101000 | 9ea1818e8368 |
EUC-JP | 棕℃ド | 110111001010001110100001111011101010010111001001 | dca3a1eea5c9 |
UTF-8 | 棕℃ド | 111001101010001110010101111000101000010010000011111000111000001110001001 | e6a395e28483e38389 |
UHC | 棕℃ド | 111100001111011110100001110010011010101111001001 | f0f7a1c9abc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)