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 | 蘖????? | 10011111010100000011111100111111001111110011111100111111 | 9f503f3f3f3f3f |
EUC-JP | 蘖????? | 11011101101100010011111100111111001111110011111100111111 | ddb13f3f3f3f3f |
UTF-8 | 蘖뽰뇯留덂푻 | 111010001001100010010110111010111011110110110000111010111000011110101111111011111010011110001101111010111000110110000010111011011001000110111011 | e89896ebbdb0eb87afefa78deb8d82ed91bb |
UHC | 蘖뽰뇯留덂푻 | 111001011110111010010110111011001000011110010100111010111010011110001000111001011011111010000111 | e5ee96ec8794eba788e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)