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 | 闢エ辟ー | 111010001001001110110100111001111000010010110000 | e893b4e784b0 |
EUC-JP | 闢エ辟ー | 1110111111110011100011101011010011101101111001001000111010110000 | eff38eb4ede48eb0 |
UTF-8 | 闢エ辟ー | 111010011001011110100010111011111011110110110100111010001011111010011111111011111011110110110000 | e997a2efbdb4e8be9fefbdb0 |
UHC | 闢??? | 1101110010100011001111110011111100111111 | dca33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)