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 | 慊慊}慊慊{^ | 1001110011000010100111001100001001111101100111001100001010011100110000100111101101011110 | 9cc29cc27d9cc29cc27b5e |
EUC-JP | 慊慊}慊慊{^ | 1101100011000100110110001100010001111101110110001100010011011000110001000111101101011110 | d8c4d8c47dd8c4d8c47b5e |
UTF-8 | 慊慊}慊慊{^ | 111001101000010110001010111001101000010110001010011111011110011010000101100010101110011010000101100010100111101101011110 | e6858ae6858a7de6858ae6858a7b5e |
UHC | 慊慊}慊慊{^ | 1100110011000011110011001100001101111101110011001100001111001100110000110111101101011110 | ccc3ccc37dccc3ccc37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)