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 | 閭・莨√% | 111010001000001110100101111001001011110010000001111000111000000110010011 | e883a5e4bc81e38193 |
EUC-JP | 閭・莨√% | 11101111111000111000111010100101111010001011111010100010111001011010000111110011 | efe38ea5e8bea2e5a1f3 |
UTF-8 | 閭・莨√% | 111010011001011010101101111011111011110110100101111010001000111010101000111000101000100010011010111011111011110010000101 | e996adefbda5e88ea8e2889aefbc85 |
UHC | 閭??√% | 1101010111101111001111110011111110100001111011101010001110100101 | d5ef3f3fa1eea3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)