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 | 薪薪[薪薪[^ | 1001000001100100100100000110010001011011100100000110010010010000011001000101101101011110 | 906490645b906490645b5e |
EUC-JP | 薪薪[薪薪[^ | 1011111111000101101111111100010101011011101111111100010110111111110001010101101101011110 | bfc5bfc55bbfc5bfc55b5e |
UTF-8 | 薪薪[薪薪[^ | 111010001001011010101010111010001001011010101010010110111110100010010110101010101110100010010110101010100101101101011110 | e896aae896aa5be896aae896aa5b5e |
UHC | 薪薪[薪薪[^ | 1110001111101111111000111110111101011011111000111110111111100011111011110101101101011110 | e3efe3ef5be3efe3ef5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)