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 | 耨モタ | 1111010110111101111000111101001111110001110111001101001111000000 | f5bde3d3f1dcd3c0 |
EUC-JP | ?耨?モタ | 0011111111100110110101010011111110001110110100111000111011000000 | 3fe6d53f8ed38ec0 |
UTF-8 | 耨モタ | 111011101001000010101000111010001000000010101000111011101000010110010111111011111011111010010011111011111011111010000000 | ee90a8e880a8ee8597efbe93efbe80 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)