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 | 胙焔゛褪 | 1110001111110000100010011000101110000001010010101110010111110010 | e3f0898b814ae5f2 |
EUC-JP | 胙焔゛褪 | 1110011011110010101100011110101110100001101010111110101011110100 | e6f2b1eba1abeaf4 |
UTF-8 | 胙焔゛褪 | 111010001000001110011001111001111000010010010100111000111000001010011011111010001010010010101010 | e88399e78494e3829be8a4aa |
UHC | ???褪 | 0011111100111111001111111111011111011011 | 3f3f3ff7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)