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 | FE¨K | 1001001001000110100100100100010110010001101010001001001001001011 | 9246924591a8924b |
SJIS-WIN | ?F?E?¨?K | 001111110100011000111111010001010011111110000001010011100011111101001011 | 3f463f453f814e3f4b |
EUC-JP | ?F?E?¨?K | 001111110100011000111111010001010011111110100001101011110011111101001011 | 3f463f453fa1af3f4b |
UTF-8 | FE¨K | 11000010100100100100011011000010100100100100010111000010100100011100001010101000110000101001001001001011 | c29246c29245c291c2a8c2924b |
UHC | ?F?E?¨?K | 001111110100011000111111010001010011111110100001101001110011111101001011 | 3f463f453fa1a73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)