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 | モ橆偂 | 1101001111111010111011111111101001111010 | d3faeffa7a |
EUC-JP | モ橆偂 | 1000111011010011100011111100010110100111100011111011000111100001 | 8ed38fc5a78fb1e1 |
UTF-8 | モ橆偂 | 111011111011111010010011111001101010100110000110111001011000000110000010 | efbe93e6a986e58182 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)