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 | ?淺?? | 0011111110011111110001110011111100111111 | 3f9fc73f3f |
EUC-JP | ?淺?? | 0011111111011110110010010011111100111111 | 3fdec93f3f |
UTF-8 | 뤚淺쾹흐 | 111010111010010010011010111001101011011110111010111011001011111010111001111011011001110110010000 | eba49ae6b7baecbeb9ed9d90 |
UHC | 뤚淺쾹흐 | 1000111111001001111101001011110010110010100011111100100011100101 | 8fc9f4bcb28fc8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)