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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 關オ贒介 | 11101000100100001011010111111011101011111000100111101110 | e890b5fbaf89ee |
EUC-JP | 關オ贒介 | 111011111111000010001110101101011000111111011111110000111011001011110000 | eff08eb58fdfc3b2f0 |
UTF-8 | 關オ贒介 | 111010011001011110011100111011111011110110110101111010001011010010010010111001001011101110001011 | e9979cefbdb5e8b492e4bb8b |
UHC | 關??介 | 110011101011110000111111001111111100101110111111 | cebc3f3fcbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)