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 | 重?海。 | 10001111011001000011111110001010010000111000000101000010 | 8f643f8a438142 |
EUC-JP | 重?海。 | 10111101110001010011111110110011101001001010000110100011 | bdc53fb3a4a1a3 |
UTF-8 | 重렖海。 | 111010011000011110001101111010111010000010010110111001101011010110110111111000111000000010000010 | e9878deba096e6b5b7e38082 |
UHC | 重렖海。 | 1111000111101100100011101010101111111010101011011010000110100011 | f1ec8eabfaada1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)