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 | I[³K¥ | 10010010010010011001001001011011100100011011001110010010010010111001000110100101 | 9249925b91b3924b91a5 |
SJIS-WIN | ?I?[???K?¥ | 0011111101001001001111110101101100111111001111110011111101001011001111111000000110001111 | 3f493f5b3f3f3f4b3f818f |
EUC-JP | ?I?[???K?? | 00111111010010010011111101011011001111110011111100111111010010110011111100111111 | 3f493f5b3f3f3f4b3f3f |
UTF-8 | I[³K¥ | 1100001010010010010010011100001010010010010110111100001010010001110000101011001111000010100100100100101111000010100100011100001010100101 | c29249c2925bc291c2b3c2924bc291c2a5 |
UHC | ?I?[?³?K?? | 0011111101001001001111110101101100111111101010011111100000111111010010110011111100111111 | 3f493f5b3fa9f83f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)