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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | モ」 | 1101001110100011111101111010001111110010111000111111011010110000 | d3a3f7a3f2e3f6b0 |
EUC-JP | モ」??? | 10001110110100111000111010100011001111110011111100111111 | 8ed38ea33f3f3f |
UTF-8 | モ」 | 111011111011111010010011111011111011110110100011111011101001011010000110111011101000100010011010111011101001001110010111 | efbe93efbda3ee9686ee889aee9397 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)