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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逕櫁岡^ | 11100111100101001001111011101000100010011010101001011110 | e7949ee889aa5e |
EUC-JP | 逕櫁岡^ | 11101101111101001101110011101010101100101010110001011110 | edf4dceab2ac5e |
UTF-8 | 逕櫁岡^ | 11101001100000001001010111100110101010111000000111100101101100101010000101011110 | e98095e6ab81e5b2a15e |
UHC | 逕?岡^ | 110011001110111100111111110010111010101001011110 | ccef3fcbaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)