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 | 碇?滓? | 100100101111010000111111100111111110011000111111 | 92f43f9fe63f |
EUC-JP | 碇?滓? | 110001001111011000111111110111101110100000111111 | c4f63fdee83f |
UTF-8 | 碇렯滓렧 | 111001111010001010000111111010111010000010101111111001101011101110010011111010111010000010100111 | e7a287eba0afe6bb93eba0a7 |
UHC | 碇렯滓렧 | 1110111111101101100011101011110011101110101010111000111010110110 | efed8ebceeab8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)