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 | 幼??苑?? | 1001011101100011001111110011111110001001100100010011111100111111 | 97633f3f89913f3f |
EUC-JP | 幼??苑?? | 1100110111000100001111110011111110110001111100010011111100111111 | cdc43f3fb1f13f3f |
UTF-8 | 幼듦석苑㏓맧 | 111001011011100110111100111010111001001110100110111011001000010010011101111010001000101110010001111000111000111110010011111010111010011110100111 | e5b9bceb93a6ec849de88b91e38f93eba7a7 |
UHC | 幼듦석苑㏓맧 | 111010101110101010110101111010101011110010101110111010101011110110100111111010111001000010110000 | eaeab5eabcaeeabda7eb90b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)