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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 借顆顆鯀 | 10001110110110001110100011110111111100001101101011101000111101111110100110111111 | 8ed8e8f7f0dae8f7e9bf |
EUC-JP | 借顆?顆鯀 | 101111001101101011110000111110010011111111110000111110011111001011000001 | bcdaf0f93ff0f9f2c1 |
UTF-8 | 借顆顆鯀 | 111001011000000010011111111010011010000110000110111011101000001010011001111010011010000110000110111010011010111110000000 | e5809fe9a186ee8299e9a186e9af80 |
UHC | 借顆?顆? | 1111001110101000110011101010100000111111110011101010100000111111 | f3a8cea83fcea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)