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 | 褊ゆ崖羣 | 1110010111101101100000101110010010001010010100101110001110111000 | e5ed82e48a52e3b8 |
EUC-JP | 褊ゆ崖羣 | 1110101011101111101001001110011010110011101100111110011010111010 | eaefa4e6b3b3e6ba |
UTF-8 | 褊ゆ崖羣 | 111010001010010010001010111000111000001010000110111001011011010010010110111001111011111010100011 | e8a48ae38286e5b496e7bea3 |
UHC | ?ゆ崖? | 001111111010101011100110111001001111000000111111 | 3faae6e4f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)