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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ハ踵ⅲ | 11001010111001101111100111110010111011101111101001000010 | cae6f9f2eefa42 |
EUC-JP | ハ踵?? | 100011101100101011101100111110110011111100111111 | 8ecaecfb3f3f |
UTF-8 | ハ踵ⅲ | 111011111011111010001010111010001011100010110101111011101000100010100101111000101000010110110010 | efbe8ae8b8b5ee88a5e285b2 |
UHC | ?踵?ⅲ | 001111111111000110100010001111111010010110100011 | 3ff1a23fa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)