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 | 焄辞焄辞 | 1111101101010100100011101010101111111011010101001000111010101011 | fb548eabfb548eab |
EUC-JP | 焄辞焄辞 | 10001111110010011110001110111100101011011000111111001001111000111011110010101101 | 8fc9e3bcad8fc9e3bcad |
UTF-8 | 焄辞焄辞 | 111001111000010010000100111010001011111010011110111001111000010010000100111010001011111010011110 | e78484e8be9ee78484e8be9e |
UHC | 焄?焄? | 111111011011011000111111111111011011011000111111 | fdb63ffdb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)