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 | 鞣よェ惹 | 11101000111000101000001011100110101010101000111011100100 | e8e282e6aa8ee4 |
EUC-JP | 鞣よェ惹 | 1111000011100100101001001110100010001110101010101011110011100110 | f0e4a4e88eaabce6 |
UTF-8 | 鞣よェ惹 | 111010011001111010100011111000111000001010001000111011111011110110101010111001101000001110111001 | e99ea3e38288efbdaae683b9 |
UHC | ?よ?惹 | 001111111010101011101000001111111110010110101001 | 3faae83fe5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)