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 | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-WIN | 精?Y精?Z | 1001000010111000001111110101100110010000101110000011111101011010 | 90b83f5990b83f5a |
EUC-JP | 精?Y精?Z | 1100000010111010001111110101100111000000101110100011111101011010 | c0ba3f59c0ba3f5a |
UTF-8 | 精렋Y精렋Z | 1110011110110010101111101110101110100000100010110101100111100111101100101011111011101011101000001000101101011010 | e7b2beeba08b59e7b2beeba08b5a |
UHC | 精렋Y精렋Z | 11101111111100011000111010100010010110011110111111110001100011101010001001011010 | eff18ea259eff18ea25a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)