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 | 壹耕??? | 10011010111000111000110101101011001111110011111100111111 | 9ae38d6b3f3f3f |
EUC-JP | 壹耕?佾? | 110101001110010110111001110011000011111110001111101100001111101100111111 | d4e5b9cc3f8fb0fb3f |
UTF-8 | 壹耕률佾㎣ | 111001011010001110111001111010001000000010010101111010111010010110100000111001001011110110111110111000111000111010100011 | e5a3b9e88095eba5a0e4bdbee38ea3 |
UHC | 壹耕률佾㎣ | 11101100111011001100110011101001101101111111110011101100111010111010011110100111 | ececcce9b7fceceba7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)