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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 尤?n}尤?n{^ | 1001011011011110001111110110111001111101100101101101111000111111011011100111101101011110 | 96de3f6e7d96de3f6e7b5e |
EUC-JP | 尤?n}尤?n{^ | 1100110011100000001111110110111001111101110011001110000000111111011011100111101101011110 | cce03f6e7dcce03f6e7b5e |
UTF-8 | 尤륶n}尤륶n{^ | 1110010110110000101001001110101110100101101101100110111001111101111001011011000010100100111010111010010110110110011011100111101101011110 | e5b0a4eba5b66e7de5b0a4eba5b66e7b5e |
UHC | 尤륶n}尤륶n{^ | 11101001110101101001000001010101011011100111110111101001110101101001000001010101011011100111101101011110 | e9d690556e7de9d690556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)