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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???絞譴^ | 0011111100111111001111111000110101101001111001101010001001011110 | 3f3f3f8d69e6a25e |
EUC-JP | ???絞譴^ | 0011111100111111001111111011100111001010111011001010010001011110 | 3f3f3fb9caeca45e |
UTF-8 | 셴뤝뭡絞譴^ | 11101100100001011011010011101011101001001001110111101011101011011010000111100111101101011001111011101000101011011011010001011110 | ec85b4eba49debada1e7b59ee8adb45e |
UHC | 셴뤝뭡絞譴^ | 1011110011001111100011111100110010111001101111001100111011101101110011001011100101011110 | bccf8fccb9bcceedccb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)