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 | 粹モイ | 11100010111011011101001110110010 | e2edd3b2 |
EUC-JP | 粹モイ | 111001001110111110001110110100111000111010110010 | e4ef8ed38eb2 |
UTF-8 | 粹モイ | 111001111011001010111001111011111011111010010011111011111011110110110010 | e7b2b9efbe93efbdb2 |
UHC | 粹?? | 11100010101101100011111100111111 | e2b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)