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 | ?湮?潔 | 001111111001111111001110001111111000110010001001 | 3f9fce3f8c89 |
EUC-JP | ?湮?潔 | 001111111101111011010000001111111011011111101001 | 3fded03fb7e9 |
UTF-8 | 뤙湮句潔 | 111010111010010010011001111001101011100110101110111011111010010010000110111001101011110110010100 | eba499e6b9aeefa486e6bd94 |
UHC | 뤙湮句潔 | 1000111111001000111011001101110011001111111110111100110010111110 | 8fc8ecdccffbccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)