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 | 誾。髻 | 1111101110100111101000011110100110011111 | fba7a1e99f |
EUC-JP | 誾。髻 | 10001111110111101010010010001110101000011111001010100001 | 8fdea48ea1f2a1 |
UTF-8 | 誾。髻 | 111010001010101010111110111011111011110110100001111010011010101110111011 | e8aabeefbda1e9abbb |
UHC | 誾?? | 11101011110111010011111100111111 | ebdd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)