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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??弔捧 | 001111110011111110010010101000101001010111111001 | 3f3f92a295f9 |
EUC-JP | ??弔捧 | 001111110011111111000100101001001100101011111011 | 3f3fc4a4cafb |
UTF-8 | 藺렯弔捧 | 111011111010011110110000111010111010000010101111111001011011110010010100111001101000110110100111 | efa7b0eba0afe5bc94e68da7 |
UHC | 藺렯弔捧 | 1110110011100001100011101011110011110000110000001101110011101001 | ece18ebcf0c0dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)