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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | モ゙踰マル | 1111010011000111110100111101111011100110111110101100111111011001 | f4c7d3dee6facfd9 |
EUC-JP | ?モ゙踰マル | 0011111110001110110100111000111011011110111011001111110010001110110011111000111011011001 | 3f8ed38edeecfc8ecf8ed9 |
UTF-8 | モ゙踰マル | 111011101000110110110110111011111011111010010011111011111011111010011110111010001011100010110000111011111011111010001111111011111011111010011001 | ee8db6efbe93efbe9ee8b8b0efbe8fefbe99 |
UHC | ???踰?? | 00111111001111110011111111101011101100100011111100111111 | 3f3f3febb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)