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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??蛟漿?莖 | 001111110011111111100101100000001001111111110111001111111110010010110001 | 3f3fe5809ff73fe4b1 |
EUC-JP | ??蛟漿?莖 | 001111110011111111101001111000001101111011111001001111111110100010110011 | 3f3fe9e0def93fe8b3 |
UTF-8 | 뤵퓥蛟漿쪔莖 | 111010111010010010110101111011011001001110100101111010001001101110011111111001101011110010111111111011001010101010010100111010001000111010010110 | eba4b5ed93a5e89b9fe6bcbfecaa94e88e96 |
UHC | 뤵퓥蛟漿쪔莖 | 100011111110001110111111100011101100111011110001111011011110110010100101100011101100110011101100 | 8fe3bf8ecef1edeca58eccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)