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 | 頷碵}頷碵{^ | 1110100011110101111000011111000101111101111010001111010111100001111100010111101101011110 | e8f5e1f17de8f5e1f17b5e |
EUC-JP | 頷碵}頷碵{^ | 1111000011110111111000101111001101111101111100001111011111100010111100110111101101011110 | f0f7e2f37df0f7e2f37b5e |
UTF-8 | 頷碵}頷碵{^ | 111010011010000010110111111001111010001010110101011111011110100110100000101101111110011110100010101101010111101101011110 | e9a0b7e7a2b57de9a0b7e7a2b57b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)