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 | 籬≦ェ糯 | 1110001011011111100000011000010110000011010001101110001011110111 | e2df81858346e2f7 |
EUC-JP | 籬≦ェ糯 | 1110010011100001101000011110010110100101101001111110010011111001 | e4e1a1e5a5a7e4f9 |
UTF-8 | 籬≦ェ糯 | 111001111011000110101100111000101000100110100110111000111000001010100111111001111011001110101111 | e7b1ace289a6e382a7e7b3af |
UHC | 籬?ェ? | 110101111110011000111111101010111010011100111111 | d7e63faba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)