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 | ??橙 | 00111111001111111001111011110010 | 3f3f9ef2 |
EUC-JP | ??橙 | 00111111001111111101110011110100 | 3f3fdcf4 |
UTF-8 | 렼뤦橙 | 111010111010000010111100111010111010010010100110111001101010100110011001 | eba0bceba4a6e6a999 |
UHC | 렼뤦橙 | 100011101100010010001111110101001101010011110010 | 8ec48fd4d4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)