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 | 〓??曝 | 100000011010110000111111001111111001010010011000 | 81ac3f3f9498 |
EUC-JP | 〓??曝 | 101000101010111000111111001111111100011111111000 | a2ae3f3fc7f8 |
UTF-8 | 〓룶웬曝 | 111000111000000010010011111010111010001110110110111011001001101110101100111001101001101110011101 | e38093eba3b6ec9bace69b9d |
UHC | 〓룶웬曝 | 1010000111101011100011111010101111000000101000101111100011101101 | a1eb8fabc0a2f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)