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 | 慂溟4碚 | 1001110011001000100111111111000010000010010100111110000111101110 | 9cc89ff08253e1ee |
EUC-JP | 慂溟4碚 | 1101100011001010110111101111001010100011101101001110001011110000 | d8cadef2a3b4e2f0 |
UTF-8 | 慂溟4碚 | 111001101000010110000010111001101011101010011111111011111011110010010100111001111010001010011010 | e68582e6ba9fefbc94e7a29a |
UHC | 慂溟4? | 11101001101111011101100110101000101000111011010000111111 | e9bdd9a8a3b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)