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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?睡? | 00111111100100001000011100111111 | 3f90873f |
EUC-JP | ?睡? | 00111111101111111110011100111111 | 3fbfe73f |
UTF-8 | 巢睡쀘 | 111001011011011110100010111001111001110110100001111011001000000010011000 | e5b7a2e79da1ec8098 |
UHC | 巢睡쀘 | 111000011011010111100010101100101001011111011000 | e1b5e2b297d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)