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 | âCDâCD^ | 110000111010001001000011010001001100001110100010010000110100010001011110 | c3a24344c3a243445e |
SJIS-WIN | ?¢CD?¢CD^ | 0011111110000001100100010100001101000100001111111000000110010001010000110100010001011110 | 3f819143443f819143445e |
EUC-JP | âCDâCD^ | 100011111010101010101010101000011111000101000011010001001000111110101010101010101010000111110001010000110100010001011110 | 8faaaaa1f143448faaaaa1f143445e |
UTF-8 | âCDâCD^ | 11000011100000111100001010100010010000110100010011000011100000111100001010100010010000110100010001011110 | c383c2a24344c383c2a243445e |
UHC | ??CD??CD^ | 001111110011111101000011010001000011111100111111010000110100010001011110 | 3f3f43443f3f43445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)