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 | K±OL | 1001001001001011100100011011000110010010010011111001001001001100 | 924b91b1924f924c |
SJIS-WIN | ?K?±?O?L | 001111110100101100111111100000010111110100111111010011110011111101001100 | 3f4b3f817d3f4f3f4c |
EUC-JP | ?K?±?O?L | 001111110100101100111111101000011101111000111111010011110011111101001100 | 3f4b3fa1de3f4f3f4c |
UTF-8 | K±OL | 11000010100100100100101111000010100100011100001010110001110000101001001001001111110000101001001001001100 | c2924bc291c2b1c2924fc2924c |
UHC | ?K?±?O?L | 001111110100101100111111101000011011111000111111010011110011111101001100 | 3f4b3fa1be3f4f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)