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 | ???田 | 0011111100111111001111111001001101100011 | 3f3f3f9363 |
EUC-JP | ???田 | 0011111100111111001111111100010111000100 | 3f3f3fc5c4 |
UTF-8 | 렺렞롎田 | 111010111010000010111010111010111010000010011110111010111010000110001110111001111001010010110000 | eba0baeba09eeba18ee794b0 |
UHC | 렺렞롎田 | 1000111011000010100011101010111110001110110101001110111110100011 | 8ec28eaf8ed4efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)