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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?齎貅犱ロシ^ | 00111111111001101101100011100110101110101111101101011011110110111011110001011110 | 3fe6d8e6bafb5bdbbc5e |
EUC-JP | 犮齎貅犱ロシ^ | 100011111100101011101110111011001101101011101100101111001000111111001010111011111000111011011011100011101011110001011110 | 8fcaeeecdaecbc8fcaef8edb8ebc5e |
UTF-8 | 犮齎貅犱ロシ^ | 11100111100010101010111011101001101111011000111011101000101100101000010111100111100010101011000111101111101111101001101111101111101111011011110001011110 | e78aaee9bd8ee8b285e78ab1efbe9befbdbc5e |
UHC | ?齎????^ | 0011111111101110101100100011111100111111001111110011111101011110 | 3feeb23f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)