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 | 跂ス蝸ス蒿 | 1110011011100011101111011110010110010111101111011110010011100100 | e6e3bde597bde4e4 |
EUC-JP | 跂ス蝸ス蒿 | 11101100111001011000111010111101111010011111011110001110101111011110100011100110 | ece58ebde9f78ebde8e6 |
UTF-8 | 跂ス蝸ス蒿 | 111010001011011110000010111011111011110110111101111010001001110110111000111011111011110110111101111010001001001010111111 | e8b782efbdbde89db8efbdbde892bf |
UHC | ??蝸?蒿 | 00111111001111111110100011000100001111111111101111011010 | 3f3fe8c43ffbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)