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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 怏紮 | 10011100100010011110001101000110 | 9c89e346 |
EUC-JP | 怏紮 | 11010111111010011110010110100111 | d7e9e5a7 |
UTF-8 | 怏紮 | 111001101000000010001111111001111011010010101110 | e6808fe7b4ae |
UHC | 怏紮 | 11100100111010001111001111001111 | e4e8f3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)