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 | ì°å®° | 111011001000011010110000111001011010111010110000 | ec86b0e5aeb0 |
SJIS-WIN | ??°??° | 0011111100111111100000011000101100111111001111111000000110001011 | 3f3f818b3f3f818b |
EUC-JP | ì?°å®° | 1000111110101011110000000011111110100001111010111000111110101011101010011000111110100010111011101010000111101011 | 8fabc03fa1eb8faba98fa2eea1eb |
UTF-8 | ì°å®° | 110000111010110011000010100001101100001010110000110000111010010111000010101011101100001010110000 | c3acc286c2b0c3a5c2aec2b0 |
UHC | ??°?®° | 001111110011111110100001110001100011111110100010111001111010000111000110 | 3f3fa1c63fa2e7a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)