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 | 宿┓}宿┓{^ | 1000111101101000100001001010110101111101100011110110100010000100101011010111101101011110 | 8f6884ad7d8f6884ad7b5e |
EUC-JP | 宿┓}宿┓{^ | 1011110111001001101010001010111101111101101111011100100110101000101011110111101101011110 | bdc9a8af7dbdc9a8af7b5e |
UTF-8 | 宿┓}宿┓{^ | 111001011010111010111111111000101001010010010011011111011110010110101110101111111110001010010100100100110111101101011110 | e5aebfe294937de5aebfe294937b5e |
UHC | 宿┓}宿┓{^ | 1110001011010110101001101010111101111101111000101101011010100110101011110111101101011110 | e2d6a6af7de2d6a6af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)