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 | モ橆鍈 | 1101001111111010111011111111101001011110 | d3faeffa5e |
EUC-JP | モ橆鍈 | 1000111011010011100011111100010110100111100011111110010011101001 | 8ed38fc5a78fe4e9 |
UTF-8 | モ橆鍈 | 111011111011111010010011111001101010100110000110111010011000110110001000 | efbe93e6a986e98d88 |
UHC | ??鍈 | 00111111001111111110011111001100 | 3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)