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 | 檗睫}檗睫{^ | 1001111101000000111000011100101001111101100111110100000011100001110010100111101101011110 | 9f40e1ca7d9f40e1ca7b5e |
EUC-JP | 檗睫}檗睫{^ | 1101110110100001111000101100110001111101110111011010000111100010110011000111101101011110 | dda1e2cc7ddda1e2cc7b5e |
UTF-8 | 檗睫}檗睫{^ | 111001101010101010010111111001111001110110101011011111011110011010101010100101111110011110011101101010110111101101011110 | e6aa97e79dab7de6aa97e79dab7b5e |
UHC | 檗睫}檗睫{^ | 1101101111111100111101001110001001111101110110111111110011110100111000100111101101011110 | dbfcf4e27ddbfcf4e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)