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 | マフアチマ | 1100111111001100101100011100000111001111 | cfccb1c1cf |
EUC-JP | マフアチマ | 10001110110011111000111011001100100011101011000110001110110000011000111011001111 | 8ecf8ecc8eb18ec18ecf |
UTF-8 | マフアチマ | 111011111011111010001111111011111011111010001100111011111011110110110001111011111011111010000001111011111011111010001111 | efbe8fefbe8cefbdb1efbe81efbe8f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)