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 | 毼PB | 1110011010101111100010111000110010001000101111000101000001000010 | e6af8b8c88bc5042 |
SJIS-WIN | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
EUC-JP | �???PB | 100011111010100111000001100011111010001010110100001111110011111100111111001111110101000001000010 | 8fa9c18fa2b43f3f3f3f5042 |
UTF-8 | 毼PB | 1100001110100110110000101010111111000010100010111100001010001100110000101000100011000010101111000101000001000010 | c3a6c2afc28bc28cc288c2bc5042 |
UHC | æ????¼PB | 10101001101000010011111100111111001111110011111110101000111110010101000001000010 | a9a13f3f3f3fa8f95042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)