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 | 炫スヲ | 11111011010100101011110110100110 | fb52bda6 |
EUC-JP | 炫スヲ | 10001111110010011101001110001110101111011000111010100110 | 8fc9d38ebd8ea6 |
UTF-8 | 炫スヲ | 111001111000001010101011111011111011110110111101111011111011110110100110 | e782abefbdbdefbda6 |
UHC | 炫?? | 11111010110110110011111100111111 | fadb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)