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 | 爐錫}爐錫{^ | 1110000010100010100011101110000001111101111000001010001010001110111000000111101101011110 | e0a28ee07de0a28ee07b5e |
EUC-JP | 爐錫}爐錫{^ | 1110000010100100101111001110001001111101111000001010010010111100111000100111101101011110 | e0a4bce27de0a4bce27b5e |
UTF-8 | 爐錫}爐錫{^ | 111001111000100010010000111010011000110010101011011111011110011110001000100100001110100110001100101010110111101101011110 | e78890e98cab7de78890e98cab7b5e |
UHC | 爐錫}爐錫{^ | 1101011011010011111000001011100001111101110101101101001111100000101110000111101101011110 | d6d3e0b87dd6d3e0b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)