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 | ??輕? | 0011111100111111111001110110101000111111 | 3f3fe76a3f |
EUC-JP | ??輕? | 0011111100111111111011011100101100111111 | 3f3fedcb3f |
UTF-8 | 뤛퐥輕헤 | 111010111010010010011011111011011001000010100101111010001011110010010101111011011001011110100100 | eba49bed90a5e8bc95ed97a4 |
UHC | 뤛퐥輕헤 | 1000111111001010101111011000111011001100111011101100011111101100 | 8fcabd8ecceec7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)