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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀???δ? | 1001011101110011001111110011111100111111100000111100001000111111 | 97733f3f3f83c23f |
EUC-JP | 耀???δ? | 1100110111010100001111110011111100111111101001101100010000111111 | cdd43f3f3fa6c43f |
UTF-8 | 耀붾굝杻δ펺 | 1110100010000000100000001110101110110110101111101110101010110101100111011110111110100111100010001100111010110100111011011000111010111010 | e88080ebb6beeab59defa788ceb4ed8eba |
UHC | 耀붾굝杻δ펺 | 111010011010010110010100111010111000001010000101111010101111010010100101111001001011110010001010 | e9a594eb8285eaf4a5e4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)