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 | ヤ褞ァ | 11010100111001011111000010100111 | d4e5f0a7 |
EUC-JP | ヤ褞ァ | 100011101101010011101010111100101000111010100111 | 8ed4eaf28ea7 |
UTF-8 | ヤ褞ァ | 111011111011111010010100111010001010010010011110111011111011110110100111 | efbe94e8a49eefbda7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)