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 | 運?材? | 100010010101111000111111100011011101111000111111 | 895e3f8dde3f |
EUC-JP | 運?材? | 101100011011111100111111101110101110000000111111 | b1bf3fbae03f |
UTF-8 | 運렩材굻 | 111010011000000110001011111010111010000010101001111001101001110110010000111010101011010110111011 | e9818beba0a9e69d90eab5bb |
UHC | 運렩材굻 | 1110101010100001100011101011011111101110101001111011000110111111 | eaa18eb7eea7b1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)