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 | ì¸ì | 111011001000001010111000111011001000110010000101 | ec82b8ec8c85 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì?¸ì?? | 100011111010101111000000001111111000111110100010101100011000111110101011110000000011111100111111 | 8fabc03f8fa2b18fabc03f3f |
UTF-8 | ì¸ì | 110000111010110011000010100000101100001010111000110000111010110011000010100011001100001010000101 | c3acc282c2b8c3acc28cc285 |
UHC | ??¸??? | 00111111001111111010001010101100001111110011111100111111 | 3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)