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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顋墓ァォ赳 | 1110100011111001100101011110011010100111101010111110011011100000 | e8f995e6a7abe6e0 |
EUC-JP | 顋墓ァォ赳 | 11110000111110111100101011101000100011101010011110001110101010111110110011100010 | f0fbcae88ea78eabece2 |
UTF-8 | 顋墓ァォ赳 | 111010011010000110001011111001011010001010010011111011111011110110100111111011111011110110101011111010001011010110110011 | e9a18be5a293efbda7efbdabe8b5b3 |
UHC | ?墓??赳 | 00111111110110011101011100111111001111111101000010101111 | 3fd9d73f3fd0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)