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 | 炅臥ー膳 | 11111011010100011000100111100111101100001001000101010110 | fb5189e7b09156 |
EUC-JP | 炅臥ー膳 | 100011111100100111001010101100101110100110001110101100001100000110110111 | 8fc9cab2e98eb0c1b7 |
UTF-8 | 炅臥ー膳 | 111001111000001010000101111010001000011110100101111011111011110110110000111010001000011010110011 | e78285e887a5efbdb0e886b3 |
UHC | 炅臥?膳 | 11001100110111011110100011000010001111111110000011001110 | ccdde8c23fe0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)