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 | LK±¼ | 1001001001001100100100100100101110010001101100011001000110111100 | 924c924b91b191bc |
SJIS-WIN | ?L?K?±?? | 001111110100110000111111010010110011111110000001011111010011111100111111 | 3f4c3f4b3f817d3f3f |
EUC-JP | ?L?K?±?? | 001111110100110000111111010010110011111110100001110111100011111100111111 | 3f4c3f4b3fa1de3f3f |
UTF-8 | LK±¼ | 1100001010010010010011001100001010010010010010111100001010010001110000101011000111000010100100011100001010111100 | c2924cc2924bc291c2b1c291c2bc |
UHC | ?L?K?±?¼ | 00111111010011000011111101001011001111111010000110111110001111111010100011111001 | 3f4c3f4b3fa1be3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)