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 | 聊碣}聊碣{^ | 1110001111010110111000011111000001111101111000111101011011100001111100000111101101011110 | e3d6e1f07de3d6e1f07b5e |
EUC-JP | 聊碣}聊碣{^ | 1110011011011000111000101111001001111101111001101101100011100010111100100111101101011110 | e6d8e2f27de6d8e2f27b5e |
UTF-8 | 聊碣}聊碣{^ | 111010001000000110001010111001111010001010100011011111011110100010000001100010101110011110100010101000110111101101011110 | e8818ae7a2a37de8818ae7a2a37b5e |
UHC | 聊碣}聊碣{^ | 1101011011111101110010101110010101111101110101101111110111001010111001010111101101011110 | d6fdcae57dd6fdcae57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)