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 | ヲ」マヌ | 1111010110111001111101111010100010100110101000111100111111000111 | f5b9f7a8a6a3cfc7 |
EUC-JP | ??ヲ」マヌ | 00111111001111111000111010100110100011101010001110001110110011111000111011000111 | 3f3f8ea68ea38ecf8ec7 |
UTF-8 | ヲ」マヌ | 111011101001000010100100111011101001011010001011111011111011110110100110111011111011110110100011111011111011111010001111111011111011111010000111 | ee90a4ee968befbda6efbda3efbe8fefbe87 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)