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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?肩[?肩[^ | 001111111000110010101000010110110011111110001100101010000101101101011110 | 3f8ca85b3f8ca85b5e |
EUC-JP | ?肩[?肩[^ | 001111111011100010101010010110110011111110111000101010100101101101011110 | 3fb8aa5b3fb8aa5b5e |
UTF-8 | 북肩[북肩[^ | 111010111011011010000001111010001000001010101001010110111110101110110110100000011110100010000010101010010101101101011110 | ebb681e882a95bebb681e882a95b5e |
UHC | 북肩[북肩[^ | 1011101011001111110011001011011101011011101110101100111111001100101101110101101101011110 | bacfccb75bbacfccb75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)