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 | 簔矣鮏 | 111000101100000111100001111000011111110001000011111101111010110011110110101100001111000011101110 | e2c1e1e1fc43f7acf6b0f0ee |
EUC-JP | 簔矣鮏??? | 11100100110000111110001011100011100011111110101011011011001111110011111100111111 | e4c3e2e38feadb3f3f3f |
UTF-8 | 簔矣鮏 | 111001111011000010010100111001111001111110100011111010011010111010001111111011101001011010001111111011101001001110010111111011101000001010101101 | e7b094e79fa3e9ae8fee968fee9397ee82ad |
UHC | ?矣???? | 00111111111010111111100000111111001111110011111100111111 | 3febf83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)