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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載?圖諄 | 10001101110110100011111110011010101001001110011001111000 | 8dda3f9aa4e678 |
EUC-JP | 載?圖諄 | 10111010110111000011111111010100101001101110101111011001 | badc3fd4a6ebd9 |
UTF-8 | 載쾌圖諄 | 111010001011110010001001111011001011111010001100111001011001110010010110111010001010101110000100 | e8bc89ecbe8ce59c96e8ab84 |
UHC | 載쾌圖諄 | 1110111010110000110001001110100011010011111100011110001011110100 | eeb0c4e8d3f1e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)