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 | シス葫シン^ | 10111100101111011110010011010111101111001101110101011110 | bcbde4d7bcdd5e |
EUC-JP | シス葫シン^ | 1000111010111100100011101011110111101000110110011000111010111100100011101101110101011110 | 8ebc8ebde8d98ebc8edd5e |
UTF-8 | シス葫シン^ | 11101111101111011011110011101111101111011011110111101000100100011010101111101111101111011011110011101111101111101001110101011110 | efbdbcefbdbde891abefbdbcefbe9d5e |
UHC | ??葫??^ | 00111111001111111111101111011001001111110011111101011110 | 3f3ffbd93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)