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 | シ稾}シ稾{^ | 101111001110001001101011011111011011110011100010011010110111101101011110 | bce26b7dbce26b7b5e |
EUC-JP | シ稾}シ稾{^ | 1000111010111100111000111100110001111101100011101011110011100011110011000111101101011110 | 8ebce3cc7d8ebce3cc7b5e |
UTF-8 | シ稾}シ稾{^ | 111011111011110110111100111001111010100010111110011111011110111110111101101111001110011110101000101111100111101101011110 | efbdbce7a8be7defbdbce7a8be7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)