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 | 迪カ奛ッ | 111001111000110010110110111110101010000110101111 | e78cb6faa1af |
EUC-JP | 迪カ奛ッ | 111011011110110010001110101101101000111110111000111101111000111010101111 | edec8eb68fb8f78eaf |
UTF-8 | 迪カ奛ッ | 111010001011111110101010111011111011110110110110111001011010010110011011111011111011110110101111 | e8bfaaefbdb6e5a59befbdaf |
UHC | 迪??? | 1110111011101000001111110011111100111111 | eee83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)