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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シス籵シス籥^ | 101111001011110111100010111000001011110010111101111000101101111001011110 | bcbde2e0bcbde2de5e |
EUC-JP | シス籵シス籥^ | 10001110101111001000111010111101111001001110001010001110101111001000111010111101111001001110000001011110 | 8ebc8ebde4e28ebc8ebde4e05e |
UTF-8 | シス籵シス籥^ | 11101111101111011011110011101111101111011011110111100111101100011011010111101111101111011011110011101111101111011011110111100111101100011010010101011110 | efbdbcefbdbde7b1b5efbdbcefbdbde7b1a55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)