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 | 鞨ゆケ玲 | 11101000111000001000001011100100101110011001011111100110 | e8e082e4b997e6 |
EUC-JP | 鞨ゆケ玲 | 1111000011100010101001001110011010001110101110011100111011101000 | f0e2a4e68eb9cee8 |
UTF-8 | 鞨ゆケ玲 | 111010011001111010101000111000111000001010000110111011111011110110111001111001111000111010110010 | e99ea8e38286efbdb9e78eb2 |
UHC | 鞨ゆ?玲 | 11001010111010101010101011100110001111111101011010111100 | caeaaae63fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)