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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | コ鈺エ | 111100001011110010111010111110111100010010110100 | f0bcbafbc4b4 |
EUC-JP | ?コ鈺エ | 0011111110001110101110101000111111100011110101011000111010110100 | 3f8eba8fe3d58eb4 |
UTF-8 | コ鈺エ | 111011101000000110111011111011111011110110111010111010011000100010111010111011111011110110110100 | ee81bbefbdbae988baefbdb4 |
UHC | ??鈺? | 0011111100111111111010001010110100111111 | 3f3fe8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)