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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陝ャ隍サ陂喊 | 11101000100111111010110011101000101001001011101111101000100110001001101001011110 | e89face8a4bbe8989a5e |
EUC-JP | 陝ャ隍サ陂喊 | 111100001010000110001110101011001111000010100110100011101011101111101111111110001101001110111111 | f0a18eacf0a68ebbeff8d3bf |
UTF-8 | 陝ャ隍サ陂喊 | 111010011001100110011101111011111011110110101100111010011001101010001101111011111011110110111011111010011001100110000010111001011001011010001010 | e9999defbdace99a8defbdbbe99982e5968a |
UHC | 陝?隍?陂喊 | 11100000111011010011111111111100110110110011111111111001101011101111100111100010 | e0ed3ffcdb3ff9aef9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)