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 | 顋墓ァォ | 111010001111100110010101111001101010011110101011 | e8f995e6a7ab |
EUC-JP | 顋墓ァォ | 1111000011111011110010101110100010001110101001111000111010101011 | f0fbcae88ea78eab |
UTF-8 | 顋墓ァォ | 111010011010000110001011111001011010001010010011111011111011110110100111111011111011110110101011 | e9a18be5a293efbda7efbdab |
UHC | ?墓?? | 0011111111011001110101110011111100111111 | 3fd9d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)