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 | 鈆チシ鈆チシ^ | 111110111100000111000001101111001111101111000001110000011011110001011110 | fbc1c1bcfbc1c1bc5e |
EUC-JP | 鈆チシ鈆チシ^ | 100011111110001110111100100011101100000110001110101111001000111111100011101111001000111011000001100011101011110001011110 | 8fe3bc8ec18ebc8fe3bc8ec18ebc5e |
UTF-8 | 鈆チシ鈆チシ^ | 11101001100010001000011011101111101111101000000111101111101111011011110011101001100010001000011011101111101111101000000111101111101111011011110001011110 | e98886efbe81efbdbce98886efbe81efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)