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 | 踝ら瓦邯 | 1110011011110100100000101110011110001010101000101110011110110110 | e6f482e78aa2e7b6 |
EUC-JP | 踝ら瓦邯 | 1110110011110110101001001110100110110100101001001110111010111000 | ecf6a4e9b4a4eeb8 |
UTF-8 | 踝ら瓦邯 | 111010001011100010011101111000111000001010001001111001111001001110100110111010011000001010101111 | e8b89de38289e793a6e982af |
UHC | ?ら瓦邯 | 00111111101010101110100111101000101111111100101011111011 | 3faae9e8bfcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)