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 | à±Dà±D^ | 11100000101100010100010011100000101100010100010001011110 | e0b144e0b1445e |
SJIS-WIN | ?±D?±D^ | 001111111000000101111101010001000011111110000001011111010100010001011110 | 3f817d443f817d445e |
EUC-JP | à±Dà±D^ | 10001111101010111010001010100001110111100100010010001111101010111010001010100001110111100100010001011110 | 8faba2a1de448faba2a1de445e |
UTF-8 | à±Dà±D^ | 1100001110100000110000101011000101000100110000111010000011000010101100010100010001011110 | c3a0c2b144c3a0c2b1445e |
UHC | ?±D?±D^ | 001111111010000110111110010001000011111110100001101111100100010001011110 | 3fa1be443fa1be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)