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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 睾メ。睾メ。^ | 111000011100111011010010101000011110000111001110110100101010000101011110 | e1ced2a1e1ced2a15e |
EUC-JP | 睾メ。睾メ。^ | 11100010110100001000111011010010100011101010000111100010110100001000111011010010100011101010000101011110 | e2d08ed28ea1e2d08ed28ea15e |
UTF-8 | 睾メ。睾メ。^ | 11100111100111011011111011101111101111101001001011101111101111011010000111100111100111011011111011101111101111101001001011101111101111011010000101011110 | e79dbeefbe92efbda1e79dbeefbe92efbda15e |
UHC | 睾??睾??^ | 110011011100001000111111001111111100110111000010001111110011111101011110 | cdc23f3fcdc23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)