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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 諫谺諫嚶^ | 111001100111110011100110101011001110011001111100100110101000110101011110 | e67ce6ace67c9a8d5e |
EUC-JP | 諫谺諫嚶^ | 111010111101110111101100101011101110101111011101110100111110110101011110 | ebddecaeebddd3ed5e |
UTF-8 | 諫谺諫嚶^ | 11101000101010111010101111101000101100001011101011101000101010111010101111100101100110101011011001011110 | e8ababe8b0bae8ababe59ab65e |
UHC | 諫?諫?^ | 11001010110111110011111111001010110111110011111101011110 | cadf3fcadf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)