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 | 繹ル?? | 111000111000100010000011100010110011111100111111 | e388838b3f3f |
EUC-JP | 繹ル?佾 | 1110010111101000101001011110101100111111100011111011000011111011 | e5e8a5eb3f8fb0fb |
UTF-8 | 繹ル퀬佾 | 111001111011100110111001111000111000001110101011111011011000000010101100111001001011110110111110 | e7b9b9e383abed80ace4bdbe |
UHC | 繹ル퀬佾 | 1110011010111010101010111110101110110011101000001110110011101011 | e6baabebb3a0eceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)