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 | 織鵝?? | 100100000100010011101010010000000011111100111111 | 9044ea403f3f |
EUC-JP | 織鵝?? | 101111111010010111110011101000010011111100111111 | bfa5f3a13f3f |
UTF-8 | 織鵝렊롕 | 111001111011100110010100111010011011010110011101111010111010000010001010111010111010000110010101 | e7b994e9b59deba08aeba195 |
UHC | 織鵝렊롕 | 1111001011000100111001001011110110001110101000011000111011011001 | f2c4e4bd8ea18ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)