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 | 寘リ鯊シ寬 | 1111101010101001110110001110100111000000101111001111101010101010 | faa9d8e9c0bcfaaa |
EUC-JP | 寘リ鯊シ? | 10001111101110101110000110001110110110001111001011000010100011101011110000111111 | 8fbae18ed8f2c28ebc3f |
UTF-8 | 寘リ鯊シ寬 | 111001011010111110011000111011111011111010011000111010011010111110001010111011111011110110111100111001011010111110101100 | e5af98efbe98e9af8aefbdbce5afac |
UHC | ????寬 | 001111110011111100111111001111111100111010110000 | 3f3f3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)