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 | 莵場ル?戝粤 | 11100100101101111000111111101010110110010011111111100110110000011110001011100011 | e4b78fead93fe6c1e2e3 |
EUC-JP | 莵場ル鏷戝粤 | 11101000101110011011111011101100100011101101100110001111111001011100111111101100110000111110010011100101 | e8b9beec8ed98fe5cfecc3e4e5 |
UTF-8 | 莵場ル鏷戝粤 | 111010001000111010110101111001011010000010110100111011111011111010011001111010011000111110110111111001101000100010011101111001111011001010100100 | e88eb5e5a0b4efbe99e98fb7e6889de7b2a4 |
UHC | ?場???? | 00111111111011011101111000111111001111110011111100111111 | 3fedde3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)