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 | 炫スァ | 11111011010100101011110110100111 | fb52bda7 |
EUC-JP | 炫スァ | 10001111110010011101001110001110101111011000111010100111 | 8fc9d38ebd8ea7 |
UTF-8 | 炫スァ | 111001111000001010101011111011111011110110111101111011111011110110100111 | e782abefbdbdefbda7 |
UHC | 炫?? | 11111010110110110011111100111111 | fadb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)