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 | 莵場ロ籀赦 | 111001001011011110001111111010101101101111100010110110001000111011001101 | e4b78feadbe2d88ecd |
EUC-JP | 莵場ロ籀赦 | 11101000101110011011111011101100100011101101101111100100110110101011110011001111 | e8b9beec8edbe4dabccf |
UTF-8 | 莵場ロ籀赦 | 111010001000111010110101111001011010000010110100111011111011111010011011111001111011000110000000111010001011010110100110 | e88eb5e5a0b4efbe9be7b180e8b5a6 |
UHC | ?場??赦 | 00111111111011011101111000111111001111111101111011110101 | 3fedde3f3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)