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 | 壯↑?訝 | 10011010111000011000000110101010001111111110011001100010 | 9ae181aa3fe662 |
EUC-JP | 壯↑?訝 | 11010100111000111010001010101100001111111110101111000011 | d4e3a2ac3febc3 |
UTF-8 | 壯↑퍓訝 | 111001011010001110101111111000101000011010010001111011011000110110010011111010001010100010011101 | e5a3afe28691ed8d93e8a89d |
UHC | 壯↑퍓訝 | 1110110111100000101000011110100010111011100010101110010010111000 | ede0a1e8bb8ae4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)