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 | 豎夥膜寀キ | 111001101011000110011010111011001001011010001100111110101010011110110111 | e6b19aec968cfaa7b7 |
EUC-JP | 豎夥膜寀キ | 1110110010110011110101001110111011001011111011001000111110111010110110111000111010110111 | ecb3d4eecbec8fbadb8eb7 |
UTF-8 | 豎夥膜寀キ | 111010001011000110001110111001011010010010100101111010001000011010011100111001011010111110000000111011111011110110110111 | e8b18ee5a4a5e8869ce5af80efbdb7 |
UHC | ??膜寀? | 00111111001111111101100010101111111100111111001000111111 | 3f3fd8aff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)