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 | ?????± | 001111110011111100111111001111110011111110110001 | 3f3f3f3f3fb1 |
SJIS-WIN | 癲??依?± | 111000011001111100111111001111111000100011001011001111111000000101111101 | e19f3f3f88cb3f817d |
EUC-JP | 癲??依?± | 111000101010000100111111001111111011000011001101001111111010000111011110 | e2a13f3fb0cd3fa1de |
UTF-8 | 癲녘쟿依욕± | 1110011110011001101100101110101110000101100110001110110010011111101111111110010010111110100111011110110010011010100101011100001010110001 | e799b2eb8598ec9fbfe4be9dec9a95c2b1 |
UHC | 癲녘쟿依욕± | 111011111010011010110011111010001010000010000101111010111110111010111111111001011010000110111110 | efa6b3e8a085ebeebfe5a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)