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 | 中燎ぃ? | 10010010100001101110000010011001100000101010000100111111 | 9286e09982a13f |
EUC-JP | 中燎ぃ? | 11000011111001101101111111111001101001001010001100111111 | c3e6dff9a4a33f |
UTF-8 | 中燎ぃ렔 | 111001001011100010101101111001111000011110001110111000111000000110000011111010111010000010010100 | e4b8ade7878ee38183eba094 |
UHC | 中燎ぃ렔 | 1111000111101001110101101111101010101010101000111000111010101001 | f1e9d6faaaa38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)