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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???屋? | 001111110011111100111111100010011010111000111111 | 3f3f3f89ae3f |
EUC-JP | 獒??屋? | 1000111111001011101110110011111100111111101100101011000000111111 | 8fcbbb3f3fb2b03f |
UTF-8 | 獒귝꼍屋쳂 | 111001111000110110010010111010101011011110011101111010101011110010001101111001011011000110001011111011001011001110000010 | e78d92eab79deabc8de5b18becb382 |
UHC | 獒귝꼍屋쳂 | 11101000101000111000001011100110101100101011110111101000101010011010101101101000 | e8a382e6b2bde8a9ab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)