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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陦作猿 | 111010001010000110001101111011001000100110001110 | e8a18dec898e |
EUC-JP | 陦作猿 | 111100001010001110111010111011101011000111101110 | f0a3baeeb1ee |
UTF-8 | 陦作猿 | 111010011001100110100110111001001011110110011100111001111000110010111111 | e999a6e4bd9ce78cbf |
UHC | ?作猿 | 0011111111101101110000101110101010111011 | 3fedc2eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)