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 | E³E¸ | 10010010010001011001000110110011100100011010110110010010010001011001000110111000 | 924591b391ad924591b8 |
SJIS-WIN | ?E?????E?? | 00111111010001010011111100111111001111110011111100111111010001010011111100111111 | 3f453f3f3f3f3f453f3f |
EUC-JP | ?E?????E?¸ | 001111110100010100111111001111110011111100111111001111110100010100111111100011111010001010110001 | 3f453f3f3f3f3f453f8fa2b1 |
UTF-8 | E³E¸ | 110000101001001001000101110000101001000111000010101100111100001010010001110000101010110111000010100100100100010111000010100100011100001010111000 | c29245c291c2b3c291c2adc29245c291c2b8 |
UHC | ?E?³??E?¸ | 00111111010001010011111110101001111110000011111110100001101010010011111101000101001111111010001010101100 | 3f453fa9f83fa1a93f453fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)