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 | 譓ルランッ | 111110111010101111011001110101111101110110101111 | fbabd9d7ddaf |
EUC-JP | 譓ルランッ | 1000111111011110110010111000111011011001100011101101011110001110110111011000111010101111 | 8fdecb8ed98ed78edd8eaf |
UTF-8 | 譓ルランッ | 111010001010110110010011111011111011111010011001111011111011111010010111111011111011111010011101111011111011110110101111 | e8ad93efbe99efbe97efbe9defbdaf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)