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 | 檍??而 | 100111101111100000111111001111111000111010100111 | 9ef83f3f8ea7 |
EUC-JP | 檍??而 | 110111001111101000111111001111111011110010101001 | dcfa3f3fbca9 |
UTF-8 | 檍댿뀤而 | 111001101010101010001101111010111000110010111111111010111000000010100100111010001000000010001100 | e6aa8deb8cbfeb80a4e8808c |
UHC | 檍댿뀤而 | 1110010111100101100010001110001010000101100110111110110010111011 | e5e588e2859becbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)