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 | 誾・﨤 | 1111101110100111101001011111101110110011 | fba7a5fbb3 |
EUC-JP | 誾・? | 100011111101111010100100100011101010010100111111 | 8fdea48ea53f |
UTF-8 | 誾・﨤 | 111010001010101010111110111011111011110110100101111011111010100010100100 | e8aabeefbda5efa8a4 |
UHC | 誾?? | 11101011110111010011111100111111 | ebdd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)