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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 毓?????? | 1001111101111001001111110011111100111111001111110011111100111111 | 9f793f3f3f3f3f3f |
EUC-JP | 毓?????? | 1101110111011010001111110011111100111111001111110011111100111111 | ddda3f3f3f3f3f3f |
UTF-8 | 毓며윯掠묒맀緣 | 111001101010111110010011111010111010100110110000111011001001110010101111111011111010010110110101111010111010110010010010111010111010011110000000111001111011011110100011 | e6af93eba9b0ec9cafefa5b5ebac92eba780e7b7a3 |
UHC | 毓며윯掠묒맀緣 | 1110101110111110101110001110011110011111101011101110010110110001100100011110110010010000100110111110011011011110 | ebbeb8e79faee5b191ec909be6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)