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 | 蓍咲傾篋 | 1110010011100111100011011110011110001100010110001110001010111000 | e4e78de78c58e2b8 |
EUC-JP | 蓍咲傾篋 | 1110100011101001101110101110100110110111101110011110010010111010 | e8e9bae9b7b9e4ba |
UTF-8 | 蓍咲傾篋 | 111010001001001110001101111001011001001010110010111001011000001010111110111001111010111110001011 | e8938de592b2e582bee7af8b |
UHC | 蓍?傾? | 111000111100100100111111110011001100101100111111 | e3c93fcccb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)