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 | ??擘與 | 001111110011111110011101101001001110010001101111 | 3f3f9da4e46f |
EUC-JP | ??擘與 | 001111110011111111011010101001101110011111010000 | 3f3fdaa6e7d0 |
UTF-8 | 룵ㄱ擘與 | 111010111010001110110101111000111000010010110001111001101001001110011000111010001000100010000111 | eba3b5e384b1e69398e88887 |
UHC | 룵ㄱ擘與 | 1000111110101010101001001010000111011011111110111110011010101000 | 8faaa4a1dbfbe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)