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 | 族燎ぃ? | 10010001101100001110000010011001100000101010000100111111 | 91b0e09982a13f |
EUC-JP | 族燎ぃ? | 11000010101100101101111111111001101001001010001100111111 | c2b2dff9a4a33f |
UTF-8 | 族燎ぃ렔 | 111001101001011110001111111001111000011110001110111000111000000110000011111010111010000010010100 | e6978fe7878ee38183eba094 |
UHC | 族燎ぃ렔 | 1111000011101001110101101111101010101010101000111000111010101001 | f0e9d6faaaa38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)