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 | ??莖練 | 001111110011111111100100101100011001011111111011 | 3f3fe4b197fb |
EUC-JP | ??莖練 | 001111110011111111101000101100111100111011111101 | 3f3fe8b3cefd |
UTF-8 | 뤵칿莖練 | 111010111010010010110101111011001011100110111111111010001000111010010110111001111011011110110100 | eba4b5ecb9bfe88e96e7b7b4 |
UHC | 뤵칿莖練 | 1000111111100011101011111000111011001100111011001101011010100011 | 8fe3af8eccecd6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)