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 | 篠悉紗鹿 | 1000111011000010100011101011101110001110110100011000111010101101 | 8ec28ebb8ed18ead |
EUC-JP | 篠悉紗鹿 | 1011110011000100101111001011110110111100110100111011110010101111 | bcc4bcbdbcd3bcaf |
UTF-8 | 篠悉紗鹿 | 111001111010111110100000111001101000001010001001111001111011010010010111111010011011100110111111 | e7afa0e68289e7b497e9b9bf |
UHC | 篠悉紗鹿 | 1110000111000110111000111111101011011110111010011101011011100011 | e1c6e3fadee9d6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)