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 | 薈沿? | 1110010101000110100010011000100000111111 | e54689883f |
EUC-JP | 薈沿伻 | 11101001101001111011000111101000100011111011000011100100 | e9a7b1e88fb0e4 |
UTF-8 | 薈沿伻 | 111010001001011010001000111001101011001010111111111001001011110010111011 | e89688e6b2bfe4bcbb |
UHC | ?沿? | 00111111111001101100110100111111 | 3fe6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)