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 | 闖ォ轢ァ迚。^ | 11101000100011111010101111100111100000001010011111100111100010011010000101011110 | e88fabe780a7e789a15e |
EUC-JP | 闖ォ轢ァ迚。^ | 11101111111011111000111010101011111011011110000010001110101001111110110111101001100011101010000101011110 | efef8eabede08ea7ede98ea15e |
UTF-8 | 闖ォ轢ァ迚。^ | 11101001100101111001011011101111101111011010101111101000101111011010001011101111101111011010011111101000101111111001101011101111101111011010000101011110 | e99796efbdabe8bda2efbda7e8bf9aefbda15e |
UHC | 闖?轢???^ | 111101111110011000111111110101011111100100111111001111110011111101011110 | f7e63fd5f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)