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 | 傲ゆ?歟 | 10011000111111001000001011100100001111111001111101100010 | 98fc82e43f9f62 |
EUC-JP | 傲ゆ?歟 | 11010000111111101010010011100110001111111101110111000011 | d0fea4e63fddc3 |
UTF-8 | 傲ゆ군歟 | 111001011000001010110010111000111000001010000110111010101011010110110000111001101010110110011111 | e582b2e38286eab5b0e6ad9f |
UHC | 傲ゆ군歟 | 1110011111101100101010101110011010110001101110101110011010100010 | e7ecaae6b1bae6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)