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 | 豁碑弊螻 | 1110011010101101100101001110100010010101101111101110010110110001 | e6ad94e895bee5b1 |
EUC-JP | 豁碑弊螻 | 1110110010101111110010001110101011001010110000001110101010110011 | ecafc8eacac0eab3 |
UTF-8 | 豁碑弊螻 | 111010001011000110000001111001111010001010010001111001011011110010001010111010001001111010111011 | e8b181e7a291e5bc8ae89ebb |
UHC | 豁碑弊? | 11111100110000111101110111111000111110001100100100111111 | fcc3ddf8f8c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)