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 | ???腎 | 0011111100111111001111111001000001110100 | 3f3f3f9074 |
EUC-JP | ???腎 | 0011111100111111001111111011111111010101 | 3f3f3fbfd5 |
UTF-8 | 뤶씔룰腎 | 111010111010010010110110111011001001010010010100111010111010001110110000111010001000010110001110 | eba4b6ec9494eba3b0e8858e |
UHC | 뤶씔룰腎 | 1000111111100100101111101011110010110111111010101110001111101100 | 8fe4bebcb7eae3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)