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 | ÚûÚû^ | 11011010111110111001101011011010111110111001100001011110 | dafb9adafb985e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | Úû?Úû?^ | 100011111010101011100010100011111010101111100101001111111000111110101010111000101000111110101011111001010011111101011110 | 8faae28fabe53f8faae28fabe53f5e |
UTF-8 | ÚûÚû^ | 11000011100110101100001110111011110000101001101011000011100110101100001110111011110000101001100001011110 | c39ac3bbc29ac39ac3bbc2985e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)