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 | 莵場ル?戝 | 1110010010110111100011111110101011011001001111111110011011000001 | e4b78fead93fe6c1 |
EUC-JP | 莵場ル鏷戝 | 1110100010111001101111101110110010001110110110011000111111100101110011111110110011000011 | e8b9beec8ed98fe5cfecc3 |
UTF-8 | 莵場ル鏷戝 | 111010001000111010110101111001011010000010110100111011111011111010011001111010011000111110110111111001101000100010011101 | e88eb5e5a0b4efbe99e98fb7e6889d |
UHC | ?場??? | 001111111110110111011110001111110011111100111111 | 3fedde3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)