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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕ス蜀苓推 | 111010011000000110111101111001011000011010010111111010001001000010000100 | e981bde58697e89084 |
EUC-JP | 驕ス蜀苓推 | 11110001111000011000111010111101111010011110011011001110111010101011111111100100 | f1e18ebde9e6ceeabfe4 |
UTF-8 | 驕ス蜀苓推 | 111010011010100110010101111011111011110110111101111010001001110010000000111010001000101110010011111001101000111010101000 | e9a995efbdbde89c80e88b93e68ea8 |
UHC | 驕?蜀?推 | 1100111011110110001111111111010110111001001111111111010111001111 | cef63ff5b93ff5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)