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 | 遮痔簧湘 | 1000111011010101100011101010010011100010110011101000111111000011 | 8ed58ea4e2ce8fc3 |
EUC-JP | 遮痔簧湘 | 1011110011010111101111001010011011100100110100001011111011000101 | bcd7bca6e4d0bec5 |
UTF-8 | 遮痔簧湘 | 111010011000000110101110111001111001011110010100111001111011000010100111111001101011100110011000 | e981aee79794e7b0a7e6b998 |
UHC | 遮痔簧湘 | 1111001110110100111101101100000011111100110101111101111111001111 | f3b4f6c0fcd7dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)