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 | 押押}押押{^ | 1000100110011111100010011001111101111101100010011001111110001001100111110111101101011110 | 899f899f7d899f899f7b5e |
EUC-JP | 押押}押押{^ | 1011001010100001101100101010000101111101101100101010000110110010101000010111101101011110 | b2a1b2a17db2a1b2a17b5e |
UTF-8 | 押押}押押{^ | 111001101000101010111100111001101000101010111100011111011110011010001010101111001110011010001010101111000111101101011110 | e68abce68abc7de68abce68abc7b5e |
UHC | 押押}押押{^ | 1110010011100011111001001110001101111101111001001110001111100100111000110111101101011110 | e4e3e4e37de4e3e4e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)