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 | 刑亶}刑亶{^ | 1000110001011001100110001011011101111101100011000101100110011000101101110111101101011110 | 8c5998b77d8c5998b77b5e |
EUC-JP | 刑亶}刑亶{^ | 1011011110111010110100001011100101111101101101111011101011010000101110010111101101011110 | b7bad0b97db7bad0b97b5e |
UTF-8 | 刑亶}刑亶{^ | 111001011000100010010001111001001011101010110110011111011110010110001000100100011110010010111010101101100111101101011110 | e58891e4bab67de58891e4bab67b5e |
UHC | 刑亶}刑亶{^ | 1111101011111101110100111010001001111101111110101111110111010011101000100111101101011110 | fafdd3a27dfafdd3a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)