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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 炅撹炅撹B | 111110110101000110001010011010001111101101010001100010100110100001000010 | fb518a68fb518a6842 |
EUC-JP | 炅撹炅撹B | 1000111111001001110010101011001111001001100011111100100111001010101100111100100101000010 | 8fc9cab3c98fc9cab3c942 |
UTF-8 | 炅撹炅撹B | 11100111100000101000010111100110100100101011100111100111100000101000010111100110100100101011100101000010 | e78285e692b9e78285e692b942 |
UHC | 炅?炅?B | 11001100110111010011111111001100110111010011111101000010 | ccdd3fccdd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)