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 | 貉ォ諷ョ | 111001101011100110101011111001101000010110101110 | e6b9abe685ae |
EUC-JP | 貉ォ諷ョ | 1110110010111011100011101010101111101011111001011000111010101110 | ecbb8eabebe58eae |
UTF-8 | 貉ォ諷ョ | 111010001011001010001001111011111011110110101011111010001010101110110111111011111011110110101110 | e8b289efbdabe8abb7efbdae |
UHC | ??諷? | 0011111100111111111110011010010000111111 | 3f3ff9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)