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 | 豁溘純繖サ | 111001101010110110011111111000111000111110000011111000111000010010111011 | e6ad9fe38f83e384bb |
EUC-JP | 豁溘純繖サ | 11101100101011111101111011100101101111011110001111100101111001001000111010111011 | ecafdee5bde3e5e48ebb |
UTF-8 | 豁溘純繖サ | 111010001011000110000001111001101011101010011000111001111011010010010100111001111011100110010110111011111011110110111011 | e8b181e6ba98e7b494e7b996efbdbb |
UHC | 豁?純?? | 11111100110000110011111111100010111011010011111100111111 | fcc33fe2ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)