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 | 閻代Θ笏ャ | 111010001000010110010001111000111000001110100110111000101001010010101100 | e88591e383a6e294ac |
EUC-JP | 閻代Θ笏ャ | 11101111111001011100001011100101101001101010100011100011111101001000111010101100 | efe5c2e5a6a8e3f48eac |
UTF-8 | 閻代Θ笏ャ | 1110100110010110101110111110010010111011101000111100111010011000111001111010110010001111111011111011110110101100 | e996bbe4bba3ce98e7ac8fefbdac |
UHC | 閻代Θ笏? | 111001111010001011010011110110111010010111001000111110111110111000111111 | e7a2d3dba5c8fbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)