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 | ???㎝ | 0011111100111111001111111000011101110000 | 3f3f3f8770 |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 嶪왁뫄㎝ | 111001011011011010101010111011001001100110000001111010111010101110000100111000111000111010011101 | e5b6aaec9981ebab84e38e9d |
UHC | 嶪왁뫄㎝ | 1110010111110101101111111100111010111000111110101010011110101111 | e5f5bfceb8faa7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)