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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 苟蠖}苟蠖{^ | 1110010010010001111001011011110101111101111001001001000111100101101111010111101101011110 | e491e5bd7de491e5bd7b5e |
EUC-JP | 苟蠖}苟蠖{^ | 1110011111110001111010101011111101111101111001111111000111101010101111110111101101011110 | e7f1eabf7de7f1eabf7b5e |
UTF-8 | 苟蠖}苟蠖{^ | 111010001000101110011111111010001010000010010110011111011110100010001011100111111110100010100000100101100111101101011110 | e88b9fe8a0967de88b9fe8a0967b5e |
UHC | 苟?}苟?{^ | 110011111100001000111111011111011100111111000010001111110111101101011110 | cfc23f7dcfc23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)