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 | ???[? | 0011111100111111001111110101101100111111 | 3f3f3f5b3f |
SJIS-WIN | 絶??[帳 | 10010000111000100011111100111111010110111001001010100000 | 90e23f3f5b92a0 |
EUC-JP | 絶??[帳 | 11000000111001000011111100111111010110111100010010100010 | c0e43f3f5bc4a2 |
UTF-8 | 絶볩쉭[帳 | 11100111101101011011011011101011101100111010100111101100100010011010110101011011111001011011100010110011 | e7b5b6ebb3a9ec89ad5be5b8b3 |
UHC | 絶볩쉭[帳 | 111011111011111010010011111011111011110110101101010110111110110111100011 | efbe93efbdad5bede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)