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 | ロソ蟄ホ | 1101101110111111111001011010110111001110 | dbbfe5adce |
EUC-JP | ロソ蟄ホ | 1000111011011011100011101011111111101010101011111000111011001110 | 8edb8ebfeaaf8ece |
UTF-8 | ロソ蟄ホ | 111011111011111010011011111011111011110110111111111010001001111110000100111011111011111010001110 | efbe9befbdbfe89f84efbe8e |
UHC | ??蟄? | 0011111100111111111101101101111000111111 | 3f3ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)