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 | ?省? | 00111111100011111100100000111111 | 3f8fc83f |
EUC-JP | 馹省馹 | 1000111111101001101000011011111011001010100011111110100110100001 | 8fe9a1beca8fe9a1 |
UTF-8 | 馹省馹 | 111010011010011010111001111001111001110010000001111010011010011010111001 | e9a6b9e79c81e9a6b9 |
UHC | 馹省馹 | 111011001111000111100000111111011110110011110001 | ecf1e0fdecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)