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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 尺壌粧 | 11110000111101111000111011011010100011111110101111111001111110111000111111001111 | f0f78eda8febf9fb8fcf |
EUC-JP | ?尺壌?粧 | 0011111110111100110111001011111011101101001111111011111011010001 | 3fbcdcbeed3fbed1 |
UTF-8 | 尺壌粧 | 111011101000001010110110111001011011000010111010111001011010001110001100111011101001110110010110111001111011001010100111 | ee82b6e5b0bae5a38cee9d96e7b2a7 |
UHC | ?尺??粧 | 00111111111101001010100100111111001111111110110111110010 | 3ff4a93f3fedf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)