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 | ゙靑ト | 111100011011000011011110111110111111001011000100 | f1b0defbf2c4 |
EUC-JP | ?゙?ト | 001111111000111011011110001111111000111011000100 | 3f8ede3f8ec4 |
UTF-8 | ゙靑ト | 111011101000010010101011111011111011111010011110111010011001110110010001111011111011111010000100 | ee84abefbe9ee99d91efbe84 |
UHC | ??靑? | 0011111100111111111101001110110000111111 | 3f3ff4ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)