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 | 畑??音? | 10010100101010000011111100111111100010011011100100111111 | 94a83f3f89b93f |
EUC-JP | 畑?ʼn音? | 110010001010101000111111100011111010100111001010101100101011101100111111 | c8aa3f8fa9cab2bb3f |
UTF-8 | 畑룸ʼn音둯 | 1110011110010101100100011110101110100011101110001100010110001001111010011001111110110011111010111001000110101111 | e79591eba3b8c589e99fb3eb91af |
UHC | 畑룸ʼn音둯 | 11101111101001011011011111101011101010011011000011101011111001011000101001101000 | efa5b7eba9b0ebe58a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)