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 | 11101000101101111000110011101100100001001011000101001011 | e8b78cec84b14b |
SJIS-WIN | ?????±K | 0011111100111111001111110011111100111111100000010111110101001011 | 3f3f3f3f3f817d4b |
EUC-JP | è??ì?±K | 100011111010101110110010001111110011111110001111101010111100000000111111101000011101111001001011 | 8fabb23f3f8fabc03fa1de4b |
UTF-8 | è·ì±K | 11000011101010001100001010110111110000101000110011000011101011001100001010000100110000101011000101001011 | c3a8c2b7c28cc3acc284c2b14b |
UHC | ?·???±K | 001111111010000110100100001111110011111100111111101000011011111001001011 | 3fa1a43f3f3fa1be4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)