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 | 1001001001000110100100100100010110010001101101111001001001001011 | 9246924591b7924b |
SJIS-WIN | ?F?E???K | 0011111101000110001111110100010100111111001111110011111101001011 | 3f463f453f3f3f4b |
EUC-JP | ?F?E???K | 0011111101000110001111110100010100111111001111110011111101001011 | 3f463f453f3f3f4b |
UTF-8 | FE·K | 11000010100100100100011011000010100100100100010111000010100100011100001010110111110000101001001001001011 | c29246c29245c291c2b7c2924b |
UHC | ?F?E?·?K | 001111110100011000111111010001010011111110100001101001000011111101001011 | 3f463f453fa1a43f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)