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 | 邪籐糜贏 | 1000111011010111111000101101100111100010111101001110011011010101 | 8ed7e2d9e2f4e6d5 |
EUC-JP | 邪籐糜贏 | 1011110011011001111001001101101111100100111101101110110011010111 | bcd9e4dbe4f6ecd7 |
UTF-8 | 邪籐糜贏 | 111010011000001010101010111001111011000110010000111001111011001110011100111010001011010010001111 | e982aae7b190e7b39ce8b48f |
UHC | 邪??? | 1101111011110111001111110011111100111111 | def73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)