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 | 犇狢[犇狢[^ | 1110000010110100111000001100000001011011111000001011010011100000110000000101101101011110 | e0b4e0c05be0b4e0c05b5e |
EUC-JP | 犇狢[犇狢[^ | 1110000010110110111000001100001001011011111000001011011011100000110000100101101101011110 | e0b6e0c25be0b6e0c25b5e |
UTF-8 | 犇狢[犇狢[^ | 111001111000101010000111111001111000101110100010010110111110011110001010100001111110011110001011101000100101101101011110 | e78a87e78ba25be78a87e78ba25b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)