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 | 羝уげ鐔 | 1110001110110110100001001000010110000010101100001110100001011100 | e3b6848582b0e85c |
EUC-JP | 羝уげ鐔 | 1110011010111000101001111110010110100100101100101110111110111101 | e6b8a7e5a4b2efbd |
UTF-8 | 羝уげ鐔 | 1110011110111110100111011101000110000011111000111000000110010010111010011001000010010100 | e7be9dd183e38192e99094 |
UHC | ?уげ? | 001111111010110011100101101010101011001000111111 | 3face5aab23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)