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 | 螢、繽賀ア | 1110010110100011101001001110001110001111100010011110101010110001 | e5a3a4e38f89eab1 |
EUC-JP | 螢、繽賀ア | 11101010101001011000111010100100111001011110111110110010111011001000111010110001 | eaa58ea4e5efb2ec8eb1 |
UTF-8 | 螢、繽賀ア | 111010001001111010100010111011111011110110100100111001111011100110111101111010001011001110000000111011111011110110110001 | e89ea2efbda4e7b9bde8b380efbdb1 |
UHC | 螢??賀? | 11111011101010110011111100111111111110011100010100111111 | fbab3f3ff9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)