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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 럍섎왍럍 | 111010111001111110001101111011001000010010001110111011001001100110001101111010111001111110001101 | eb9f8dec848eec998deb9f8d |
UHC | 럍섎왍럍 | 1000111001101010100110001110101110011110101111101000111001101010 | 8e6a98eb9ebe8e6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)