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 | 粹??戍 | 111000101110110100111111001111111001110011111001 | e2ed3f3f9cf9 |
EUC-JP | 粹??戍 | 111001001110111100111111001111111101100011111011 | e4ef3f3fd8fb |
UTF-8 | 粹뜃떦戍 | 111001111011001010111001111010111001110010000011111010111001011010100110111001101000100010001101 | e7b2b9eb9c83eb96a6e6888d |
UHC | 粹뜃떦戍 | 1110001010110110100011011000011110001011101110011110001010100001 | e2b68d878bb9e2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)