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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?淞\ | 00111111100111111100001001011100 | 3f9fc25c |
EUC-JP | ?淞\ | 00111111110111101100010001011100 | 3fdec45c |
UTF-8 | 넙淞\ | 11101011100001001001100111100110101101111001111001011100 | eb8499e6b79e5c |
UHC | 넙淞\ | 1011001111010010111000011110011101011100 | b3d2e1e75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)