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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 箋犇}箋犇{^ | 1110001010110011111000001011010001111101111000101011001111100000101101000111101101011110 | e2b3e0b47de2b3e0b47b5e |
EUC-JP | 箋犇}箋犇{^ | 1110010010110101111000001011011001111101111001001011010111100000101101100111101101011110 | e4b5e0b67de4b5e0b67b5e |
UTF-8 | 箋犇}箋犇{^ | 111001111010111010001011111001111000101010000111011111011110011110101110100010111110011110001010100001110111101101011110 | e7ae8be78a877de7ae8be78a877b5e |
UHC | 箋?}箋?{^ | 111011111010100000111111011111011110111110101000001111110111101101011110 | efa83f7defa83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)