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 | ??с腎 | 001111110011111110000100100000111001000001110100 | 3f3f84839074 |
EUC-JP | ??с腎 | 001111110011111110100111111000111011111111010101 | 3f3fa7e3bfd5 |
UTF-8 | 뤞첁с腎 | 1110101110100100100111101110110010110010100000011101000110000001111010001000010110001110 | eba49eecb281d181e8858e |
UHC | 뤞첁с腎 | 1000111111001101101010101000111010101100111000111110001111101100 | 8fcdaa8eace3e3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)