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 | 畑??猿? | 10010100101010000011111100111111100010011000111000111111 | 94a83f3f898e3f |
EUC-JP | 畑?ŀ猿? | 110010001010101000111111100011111010100111001001101100011110111000111111 | c8aa3f8fa9c9b1ee3f |
UTF-8 | 畑띕ŀ猿퀯 | 1110011110010101100100011110101110011101100101011100010110000000111001111000110010111111111011011000000010101111 | e79591eb9d95c580e78cbfed80af |
UHC | 畑띕ŀ猿퀯 | 11101111101001011011011011101011101010011010100011101010101110111011010001000010 | efa5b6eba9a8eabbb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)