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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逡誤ャサ | 111001111001010110001100111010111010110010111011 | e7958cebacbb |
EUC-JP | 逡誤ャサ | 1110110111110101101110001110110110001110101011001000111010111011 | edf5b8ed8eac8ebb |
UTF-8 | 逡誤ャサ | 111010011000000010100001111010001010101010100100111011111011110110101100111011111011110110111011 | e980a1e8aaa4efbdacefbdbb |
UHC | 逡誤?? | 111100011110010011101000101001100011111100111111 | f1e4e8a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)