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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | エ齊サ辞 | 11110000101111101011010011101010100011101011101110001110101010111111000010111111 | f0beb4ea8ebb8eabf0bf |
EUC-JP | ?エ齊サ辞? | 00111111100011101011010011110011111011101000111010111011101111001010110100111111 | 3f8eb4f3ee8ebbbcad3f |
UTF-8 | エ齊サ辞 | 111011101000000110111101111011111011110110110100111010011011110110001010111011111011110110111011111010001011111010011110111011101000000110111110 | ee81bdefbdb4e9bd8aefbdbbe8be9eee81be |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)