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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羶′セ | 1110001110111101100000011000110010111110 | e3bd818cbe |
EUC-JP | 羶′セ | 111001101011111110100001111011001000111010111110 | e6bfa1ec8ebe |
UTF-8 | 羶′セ | 111001111011111010110110111000101000000010110010111011111011110110111110 | e7beb6e280b2efbdbe |
UHC | ?′? | 00111111101000011100011100111111 | 3fa1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)