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 | 111110110101000110001010011001001111101101010001100010100110010001000010 | fb518a64fb518a6442 |
EUC-JP | 炅嚇炅嚇B | 1000111111001001110010101011001111000101100011111100100111001010101100111100010101000010 | 8fc9cab3c58fc9cab3c542 |
UTF-8 | 炅嚇炅嚇B | 11100111100000101000010111100101100110101000011111100111100000101000010111100101100110101000011101000010 | e78285e59a87e78285e59a8742 |
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)