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 | 櫻≪? | 1001111101001110100000011110000100111111 | 9f4e81e13f |
EUC-JP | 櫻≪? | 1101110110101111101000101110001100111111 | ddafa2e33f |
UTF-8 | 櫻≪꺎 | 111001101010101110111011111000101000100110101010111010101011101010001110 | e6abbbe289aaeaba8e |
UHC | 櫻≪꺎 | 111001011010000110100001111011001000001110110100 | e5a1a1ec83b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)