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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 倖?侶^ | 100011001111010000111111100101111011010101011110 | 8cf43f97b55e |
EUC-JP | 倖?侶^ | 101110001111011000111111110011101011011101011110 | b8f63fceb75e |
UTF-8 | 倖ㅹ侶^ | 11100101100000001001011011100011100001011011100111100100101111101011011001011110 | e58096e385b9e4beb65e |
UHC | 倖ㅹ侶^ | 11111010101110001010010011101001110101011110001001011110 | fab8a4e9d5e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)