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 | 睾ヨ鶯ァ | 111000011100111011010110111010011111001010100111 | e1ced6e9f2a7 |
EUC-JP | 睾ヨ鶯ァ | 1110001011010000100011101101011011110010111101001000111010100111 | e2d08ed6f2f48ea7 |
UTF-8 | 睾ヨ鶯ァ | 111001111001110110111110111011111011111010010110111010011011011010101111111011111011110110100111 | e79dbeefbe96e9b6afefbda7 |
UHC | 睾?鶯? | 110011011100001000111111111001011010001100111111 | cdc23fe5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)