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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?轉^ | 00111111111001110111101001011110 | 3fe77a5e |
EUC-JP | ?轉^ | 00111111111011011101101101011110 | 3feddb5e |
UTF-8 | 얍轉^ | 11101100100101101000110111101000101111011000100101011110 | ec968de8bd895e |
UHC | 얍轉^ | 1011111011100101111011111010111001011110 | bee5efae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)