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 | 騾片シ騾片コ^ | 1110100110000000100101011101000010111100111010011000000010010101110100001011101001011110 | e98095d0bce98095d0ba5e |
EUC-JP | 騾片シ騾片コ^ | 11110001111000001100101011010010100011101011110011110001111000001100101011010010100011101011101001011110 | f1e0cad28ebcf1e0cad28eba5e |
UTF-8 | 騾片シ騾片コ^ | 11101001101010001011111011100111100010011000011111101111101111011011110011101001101010001011111011100111100010011000011111101111101111011011101001011110 | e9a8bee78987efbdbce9a8bee78987efbdba5e |
UHC | ?片??片?^ | 001111111111100010111000001111110011111111111000101110000011111101011110 | 3ff8b83f3ff8b83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)