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¥ºLKU | 1001001001001011100100011010010110010001101110100100110010010010010010111001001001010101 | 924b91a591ba4c924b9255 |
SJIS-WIN | ?K?¥??L?K?U | 001111110100101100111111100000011000111100111111001111110100110000111111010010110011111101010101 | 3f4b3f818f3f3f4c3f4b3f55 |
EUC-JP | ?K???ºL?K?U | 00111111010010110011111100111111001111111000111110100010111010110100110000111111010010110011111101010101 | 3f4b3f3f3f8fa2eb4c3f4b3f55 |
UTF-8 | K¥ºLKU | 110000101001001001001011110000101001000111000010101001011100001010010001110000101011101001001100110000101001001001001011110000101001001001010101 | c2924bc291c2a5c291c2ba4cc2924bc29255 |
UHC | ?K???ºL?K?U | 001111110100101100111111001111110011111110101000101011000100110000111111010010110011111101010101 | 3f4b3f3f3fa8ac4c3f4b3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)