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 | FK¨E | 1001001001000110100100100100101110010001101010001001001001000101 | 9246924b91a89245 |
SJIS-WIN | ?F?K?¨?E | 001111110100011000111111010010110011111110000001010011100011111101000101 | 3f463f4b3f814e3f45 |
EUC-JP | ?F?K?¨?E | 001111110100011000111111010010110011111110100001101011110011111101000101 | 3f463f4b3fa1af3f45 |
UTF-8 | FK¨E | 11000010100100100100011011000010100100100100101111000010100100011100001010101000110000101001001001000101 | c29246c2924bc291c2a8c29245 |
UHC | ?F?K?¨?E | 001111110100011000111111010010110011111110100001101001110011111101000101 | 3f463f4b3fa1a73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)