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 | 厄β?肄 | 10010110111011111000001111000000001111111110001111100101 | 96ef83c03fe3e5 |
EUC-JP | 厄β?肄 | 11001100111100011010011011000010001111111110011011100111 | ccf1a6c23fe6e7 |
UTF-8 | 厄β넄肄 | 1110010110001110100001001100111010110010111010111000010010000100111010001000001010000100 | e58e84ceb2eb8484e88284 |
UHC | 厄β넄肄 | 1110010011111000101001011110001010000110100101001110110010111101 | e4f8a5e28694ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)