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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 〓??踵 | 100000011010110000111111001111111110011011111001 | 81ac3f3fe6f9 |
EUC-JP | 〓??踵 | 101000101010111000111111001111111110110011111011 | a2ae3f3fecfb |
UTF-8 | 〓룵沈踵 | 111000111000000010010011111010111010001110110101111011111010010110110010111010001011100010110101 | e38093eba3b5efa5b2e8b8b5 |
UHC | 〓룵沈踵 | 1010000111101011100011111010101011100100101000011111000110100010 | a1eb8faae4a1f1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)