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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??澁 | 00111111001111111110000001000110 | 3f3fe046 |
EUC-JP | ??澁 | 00111111001111111101111110100111 | 3f3fdfa7 |
UTF-8 | 닳뤅澁 | 111010111000101110110011111010111010010010000101111001101011111010000001 | eb8bb3eba485e6be81 |
UHC | 닳뤅澁 | 101101001110001010001111101101011101111110111011 | b4e28fb5dfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)