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 | 蠑ー雋るー | 1110010110111100101100001110100010110010100000101110100110110000 | e5bcb0e8b282e9b0 |
EUC-JP | 蠑ー雋るー | 11101010101111101000111010110000111100001011010010100100111010111000111010110000 | eabe8eb0f0b4a4eb8eb0 |
UTF-8 | 蠑ー雋るー | 111010001010000010010001111011111011110110110000111010011001101110001011111000111000001010001011111011111011110110110000 | e8a091efbdb0e99b8be3828befbdb0 |
UHC | ??雋る? | 00111111001111111111000111100110101010101110101100111111 | 3f3ff1e6aaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)