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 | ??brB | 0011111100111111011000100111001001000010 | 3f3f627242 |
SJIS-WIN | 偲治brB | 10001110110000111000111010100001011000100111001001000010 | 8ec38ea1627242 |
EUC-JP | 偲治brB | 10111100110001011011110010100011011000100111001001000010 | bcc5bca3627242 |
UTF-8 | 偲治brB | 111001011000000110110010111001101011001010111011011000100111001001000010 | e581b2e6b2bb627242 |
UHC | ?治brB | 001111111111011010111101011000100111001001000010 | 3ff6bd627242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)