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 | 莵玻}莵玻{^ | 1110010010110111111000001101111001111101111001001011011111100000110111100111101101011110 | e4b7e0de7de4b7e0de7b5e |
EUC-JP | 莵玻}莵玻{^ | 1110100010111001111000001110000001111101111010001011100111100000111000000111101101011110 | e8b9e0e07de8b9e0e07b5e |
UTF-8 | 莵玻}莵玻{^ | 111010001000111010110101111001111000111010111011011111011110100010001110101101011110011110001110101110110111101101011110 | e88eb5e78ebb7de88eb5e78ebb7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)