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 | ¼Å¼§^c^ | 10111100110001011011110010100111010111100110001101011110 | bcc5bca75e635e |
SJIS-WIN | ???§^c^ | 0011111100111111001111111000000110011000010111100110001101011110 | 3f3f3f81985e635e |
EUC-JP | ?Å?§^c^ | 00111111100011111010101010101001001111111010000111111000010111100110001101011110 | 3f8faaa93fa1f85e635e |
UTF-8 | ¼Å¼§^c^ | 1100001010111100110000111000010111000010101111001100001010100111010111100110001101011110 | c2bcc385c2bcc2a75e635e |
UHC | ¼?¼§^c^ | 10101000111110010011111110101000111110011010000111010111010111100110001101011110 | a8f93fa8f9a1d75e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)