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 | 阨キム榊ョ鈴 | 111010001001010110110111110100011000110111100101101011101001011111101001 | e895b7d18de5ae97e9 |
EUC-JP | 阨キム榊ョ鈴 | 111011111111010110001110101101111000111011010001101110101110011110001110101011101100111011101011 | eff58eb78ed1bae78eaeceeb |
UTF-8 | 阨キム榊ョ鈴 | 111010011001100010101000111011111011110110110111111011111011111010010001111001101010011010001010111011111011110110101110111010011000100010110100 | e998a8efbdb7efbe91e6a68aefbdaee988b4 |
UHC | ?????鈴 | 00111111001111110011111100111111001111111101011011000010 | 3f3f3f3f3fd6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)