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 | ヘロ矚 | 110011011101101111110110101100001110000111011111 | cddbf6b0e1df |
EUC-JP | ヘロ?矚 | 10001110110011011000111011011011001111111110001011100001 | 8ecd8edb3fe2e1 |
UTF-8 | ヘロ矚 | 111011111011111010001101111011111011111010011011111011101001001110010111111001111001111110011010 | efbe8defbe9bee9397e79f9a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)