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 | 溏稈}溏稈{^ | 1001111111101101111000100110001001111101100111111110110111100010011000100111101101011110 | 9fede2627d9fede2627b5e |
EUC-JP | 溏稈}溏稈{^ | 1101111011101111111000111100001101111101110111101110111111100011110000110111101101011110 | deefe3c37ddeefe3c37b5e |
UTF-8 | 溏稈}溏稈{^ | 111001101011101010001111111001111010100010001000011111011110011010111010100011111110011110101000100010000111101101011110 | e6ba8fe7a8887de6ba8fe7a8887b5e |
UHC | ?稈}?稈{^ | 001111111100101011011001011111010011111111001010110110010111101101011110 | 3fcad97d3fcad97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)