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 | 骰罷イ | 1110100110001101100101001110101110110010 | e98d94ebb2 |
EUC-JP | 骰罷イ | 111100011110110111001000111011011000111010110010 | f1edc8ed8eb2 |
UTF-8 | 骰罷イ | 111010011010101010110000111001111011110110110111111011111011110110110010 | e9aab0e7bdb7efbdb2 |
UHC | ?罷? | 00111111111101111111001100111111 | 3ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)