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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宵イ将臀 | 10001111101010101011001010001111101010111110010001011100 | 8faab28fabe45c |
EUC-JP | 宵イ将臀 | 1011111010101100100011101011001010111110101011011110011110111101 | beac8eb2beade7bd |
UTF-8 | 宵イ将臀 | 111001011010111010110101111011111011110110110010111001011011000010000110111010001000011110000000 | e5aeb5efbdb2e5b086e88780 |
UHC | 宵??臀 | 111000011011001000111111001111111101010011101011 | e1b23f3fd4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)