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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??輕??? | 00111111001111111110011101101010001111110011111100111111 | 3f3fe76a3f3f3f |
EUC-JP | ??輕??? | 00111111001111111110110111001011001111110011111100111111 | 3f3fedcb3f3f3f |
UTF-8 | 뤛퐥輕헤생서 | 111010111010010010011011111011011001000010100101111010001011110010010101111011011001011110100100111011001000001110011101111011001000010010011100 | eba49bed90a5e8bc95ed97a4ec839dec849c |
UHC | 뤛퐥輕헤생서 | 100011111100101010111101100011101100110011101110110001111110110010111011111111011011110010101101 | 8fcabd8ecceec7ecbbfdbcad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)