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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霓懈狭蓚ァ | 111010001011110110011100111001101000101110110111111001001110100110100111 | e8bd9ce68bb7e4e9a7 |
EUC-JP | 霓懈狭蓚ァ | 11110000101111111101100011101000101101101011100111101000111010111000111010100111 | f0bfd8e8b6b9e8eb8ea7 |
UTF-8 | 霓懈狭蓚ァ | 111010011001110010010011111001101000011110001000111001111000101110101101111010001001001110011010111011111011110110100111 | e99c93e68788e78bade8939aefbda7 |
UHC | 霓懈?蓚? | 1110011111100111111110101010101100111111111000101011111000111111 | e7e7faab3fe2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)