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 | 滓??? | 1001111111100110001111110011111100111111 | 9fe63f3f3f |
EUC-JP | 滓??? | 1101111011101000001111110011111100111111 | dee83f3f3f |
UTF-8 | 滓ㅷ렗렡 | 111001101011101110010011111000111000010110110111111010111010000010010111111010111010000010100001 | e6bb93e385b7eba097eba0a1 |
UHC | 滓ㅷ렗렡 | 1110111010101011101001001110011110001110101011001000111010110010 | eeaba4e78eac8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)