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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | □??パ〓? | 100000011010000000111111001111111000001101110000100000011010110000111111 | 81a03f3f837081ac3f |
EUC-JP | □??パ〓? | 101000101010001000111111001111111010010111010001101000101010111000111111 | a2a23f3fa5d1a2ae3f |
UTF-8 | □룫킃パ〓룴 | 111000101001011010100001111010111010001110101011111011011000001010000011111000111000001110010001111000111000000010010011111010111010001110110100 | e296a1eba3abed8283e38391e38093eba3b4 |
UHC | □룫킃パ〓룴 | 101000011110000010001111101000101011010010001111101010111101000110100001111010111000111110101001 | a1e08fa2b48fabd1a1eb8fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)