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 | 癌??椅? | 10001010111000000011111100111111100010001101011000111111 | 8ae03f3f88d63f |
EUC-JP | 癌??椅? | 10110100111000100011111100111111101100001101100000111111 | b4e23f3fb0d83f |
UTF-8 | 癌뺤뢾椅죏 | 111001111001100110001100111010111011101010100100111010111010001010111110111001101010010010000101111011001010001110001111 | e7998cebbaa4eba2bee6a485eca38f |
UHC | 癌뺤뢾椅죏 | 11100100110111111001010111101100100011111000000111101011111101011010000101101011 | e4df95ec8f81ebf5a16b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)