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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 吟?吟?^ | 10001011111000010011111110001011111000010011111101011110 | 8be13f8be13f5e |
EUC-JP | 吟?吟?^ | 10110110111000110011111110110110111000110011111101011110 | b6e33fb6e33f5e |
UTF-8 | 吟옘吟옘^ | 11100101100100001001111111101100100110001001100011100101100100001001111111101100100110001001100001011110 | e5909fec9898e5909fec98985e |
UHC | 吟옘吟옘^ | 111010111110000110111111101111001110101111100001101111111011110001011110 | ebe1bfbcebe1bfbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)