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 | 蓆凪其籵 | 1110010011101100100100111110001010010001101101001110001011100000 | e4ec93e291b4e2e0 |
EUC-JP | 蓆凪其籵 | 1110100011101110110001101110010011000010101101101110010011100010 | e8eec6e4c2b6e4e2 |
UTF-8 | 蓆凪其籵 | 111010001001001110000110111001011000011110101010111001011000010110110110111001111011000110110101 | e89386e587aae585b6e7b1b5 |
UHC | 蓆?其? | 111000001011011000111111110100001110110000111111 | e0b63fd0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)