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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | ??…?? | 001111110011111110000001011000110011111100111111 | 3f3f81633f3f |
EUC-JP | 艅?…?® | 10001111110101101111110100111111101000011100010000111111100011111010001011101110 | 8fd6fd3fa1c43f8fa2ee |
UTF-8 | 艅덈…劉® | 1110100010001001100001011110101110001101100010001110001010000000101001101110111110100111100001111100001010101110 | e88985eb8d88e280a6efa787c2ae |
UHC | 艅덈…劉® | 11100110101010011000100011101011101000011010011011101010111001011010001011100111 | e6a988eba1a6eae5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)